Skip to content

Commit 33b2742

Browse files
authored
Bump dependencies for prisms 2.0, spi 2.14, inject 12.1 (#348)
1 parent 3be73a0 commit 33b2742

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

blackbox-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>io.avaje</groupId>
114114
<artifactId>avaje-inject-maven-plugin</artifactId>
115-
<version>12.0</version>
115+
<version>${inject.version}</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>12.1-RC6</inject.version>
31-
<spi.version>2.14-RC1</spi.version>
30+
<inject.version>12.1</inject.version>
31+
<spi.version>2.14</spi.version>
3232
<project.build.outputTimestamp>2025-12-04T01:12:59Z</project.build.outputTimestamp>
3333
</properties>
3434

validator-generator/pom.xml

Lines changed: 3 additions & 3 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>2.0-RC2</avaje.prisms.version>
16+
<avaje.prisms.version>2.0</avaje.prisms.version>
1717
<io.jstach.version>1.3.7</io.jstach.version>
1818
</properties>
1919

@@ -67,7 +67,7 @@
6767
<optional>true</optional>
6868
<scope>provided</scope>
6969
</dependency>
70-
70+
7171
<dependency>
7272
<groupId>io.jstach</groupId>
7373
<artifactId>jstachio-annotation</artifactId>
@@ -82,7 +82,7 @@
8282
<optional>true</optional>
8383
<scope>provided</scope>
8484
</dependency>
85-
85+
8686
<dependency>
8787
<groupId>io.avaje</groupId>
8888
<artifactId>avaje-inject</artifactId>

0 commit comments

Comments
 (0)