Skip to content

Commit a010808

Browse files
Merge pull request #319 from avaje/dependabot/maven/main/dependencies-9aad3947fb
Bump the dependencies group with 7 updates
2 parents 961936e + edf7bd0 commit a010808

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.3</version>
82+
<version>3.4</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.5</version>
115+
<version>11.6</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.5</inject.version>
30+
<inject.version>11.6</inject.version>
3131
<spi.version>2.13</spi.version>
3232
<project.build.outputTimestamp>2025-07-24T22:58:28Z</project.build.outputTimestamp>
3333
</properties>

validator-generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<name>validator generator</name>
1414
<description>annotation processor generating validation adapters</description>
1515
<properties>
16-
<avaje.prisms.version>1.42</avaje.prisms.version>
16+
<avaje.prisms.version>1.43</avaje.prisms.version>
1717
<io.jstach.version>1.3.7</io.jstach.version>
1818
</properties>
1919

@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>io.avaje</groupId>
6565
<artifactId>avaje-http-api</artifactId>
66-
<version>3.3</version>
66+
<version>3.4</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.3</version>
40+
<version>3.4</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.3</version>
19+
<version>3.5.4</version>
2020
<type>pom</type>
2121
<scope>import</scope>
2222
</dependency>

0 commit comments

Comments
 (0)