Skip to content

Commit 02734d8

Browse files
Merge pull request #328 from avaje/dependabot/maven/main/dependencies-e2b5f23c68
Bump the dependencies group with 6 updates
2 parents 858cbed + 99ba418 commit 02734d8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

blackbox-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>io.avaje</groupId>
8181
<artifactId>avaje-http-api</artifactId>
82-
<version>3.4</version>
82+
<version>3.5</version>
8383
</dependency>
8484

8585
<!-- test dependencies -->
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>io.avaje</groupId>
114114
<artifactId>avaje-inject-maven-plugin</artifactId>
115-
<version>11.6</version>
115+
<version>12.0</version>
116116
<executions>
117117
<execution>
118118
<phase>process-sources</phase>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<surefire.useModulePath>false</surefire.useModulePath>
2828
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
2929
<maven.compiler.release>17</maven.compiler.release>
30-
<inject.version>11.6</inject.version>
30+
<inject.version>12.0</inject.version>
3131
<spi.version>2.13</spi.version>
3232
<project.build.outputTimestamp>2025-09-19T01:05:16Z</project.build.outputTimestamp>
3333
</properties>

validator-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>io.avaje</groupId>
6565
<artifactId>avaje-http-api</artifactId>
66-
<version>3.4</version>
66+
<version>3.5</version>
6767
<optional>true</optional>
6868
<scope>provided</scope>
6969
</dependency>

validator-http-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.avaje</groupId>
3939
<artifactId>avaje-http-api</artifactId>
40-
<version>3.4</version>
40+
<version>3.5</version>
4141
<scope>provided</scope>
4242
<optional>true</optional>
4343
</dependency>

validator-spring-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.springframework.boot</groupId>
1818
<artifactId>spring-boot-dependencies</artifactId>
19-
<version>3.5.6</version>
19+
<version>3.5.7</version>
2020
<type>pom</type>
2121
<scope>import</scope>
2222
</dependency>

0 commit comments

Comments
 (0)