Skip to content

Commit da6174a

Browse files
Merge pull request #500 from avaje/dependabot/maven/master/dependencies-5c986aa3c6
Bump the dependencies group with 3 updates
2 parents 000850d + ca5c034 commit da6174a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

htmx-nima-jstache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>avaje-inject</artifactId>
42-
<version>10.3</version>
42+
<version>10.4</version>
4343
<scope>provided</scope>
4444
<optional>true</optional>
4545
</dependency>

http-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>io.avaje</groupId>
4545
<artifactId>avaje-inject</artifactId>
46-
<version>10.3</version>
46+
<version>10.4</version>
4747
<optional>true</optional>
4848
</dependency>
4949

@@ -99,7 +99,7 @@
9999
<path>
100100
<groupId>io.avaje</groupId>
101101
<artifactId>avaje-inject-generator</artifactId>
102-
<version>10.3</version>
102+
<version>10.4</version>
103103
</path>
104104
</annotationProcessorPaths>
105105
</configuration>

http-inject-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>io.avaje</groupId>
2121
<artifactId>avaje-inject</artifactId>
22-
<version>10.3</version>
22+
<version>10.4</version>
2323
<scope>provided</scope>
2424
<optional>true</optional>
2525
</dependency>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<assertj.version>3.26.3</assertj.version>
1717
<jackson.version>2.17.2</jackson.version>
1818
<jex.version>2.5</jex.version>
19-
<avaje-inject.version>10.3</avaje-inject.version>
19+
<avaje-inject.version>10.4</avaje-inject.version>
2020
<nima.version>4.1.1</nima.version>
2121
<javalin.version>6.3.0</javalin.version>
2222
</properties>

tests/test-nima-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>io.avaje</groupId>
111111
<artifactId>avaje-inject-maven-plugin</artifactId>
112-
<version>10.3</version>
112+
<version>10.4</version>
113113
<executions>
114114
<execution>
115115
<phase>process-sources</phase>

0 commit comments

Comments
 (0)