Skip to content

Commit 7512442

Browse files
Merge pull request #293 from avaje/dependabot/maven/main/dependencies-0fa2ff7e42
Bump the dependencies group with 7 updates
2 parents 4df419e + 2d0e2d2 commit 7512442

File tree

4 files changed

+7
-7
lines changed

4 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.1</version>
82+
<version>3.2</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.3</version>
115+
<version>11.4</version>
116116
<executions>
117117
<execution>
118118
<phase>process-sources</phase>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
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.3</inject.version>
31-
<spi.version>2.10</spi.version>
30+
<inject.version>11.4</inject.version>
31+
<spi.version>2.11</spi.version>
3232
<project.build.outputTimestamp>2025-03-15T00:04:48Z</project.build.outputTimestamp>
3333
</properties>
3434

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.40</avaje.prisms.version>
16+
<avaje.prisms.version>1.42</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.1</version>
66+
<version>3.2</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.1</version>
40+
<version>3.2</version>
4141
<scope>provided</scope>
4242
<optional>true</optional>
4343
</dependency>

0 commit comments

Comments
 (0)