Skip to content

Commit 7950e67

Browse files
Merge pull request #513 from avaje/dependabot/maven/master/dependencies-f658118afd
Bump the dependencies group with 4 updates
2 parents faef1c7 + 98c889c commit 7950e67

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

htmx-nima-jstache/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>avaje-inject</artifactId>
42-
<version>10.4</version>
42+
<version>10.5</version>
4343
<scope>provided</scope>
4444
<optional>true</optional>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.avaje</groupId>
4848
<artifactId>avaje-spi-service</artifactId>
49-
<version>2.7</version>
49+
<version>2.8</version>
5050
<scope>provided</scope>
5151
<optional>true</optional>
5252
</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.4</version>
46+
<version>10.5</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.4</version>
102+
<version>10.5</version>
103103
</path>
104104
</annotationProcessorPaths>
105105
</configuration>

http-inject-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
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.4</version>
22+
<version>10.5</version>
2323
<scope>provided</scope>
2424
<optional>true</optional>
2525
</dependency>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-spi-service</artifactId>
36-
<version>2.7</version>
36+
<version>2.8</version>
3737
<scope>provided</scope>
3838
<optional>true</optional>
3939
</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.18.1</jackson.version>
1818
<jex.version>2.5</jex.version>
19-
<avaje-inject.version>10.4</avaje-inject.version>
19+
<avaje-inject.version>10.5</avaje-inject.version>
2020
<nima.version>4.1.3</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.4</version>
112+
<version>10.5</version>
113113
<executions>
114114
<execution>
115115
<phase>process-sources</phase>

0 commit comments

Comments
 (0)