We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fad37b + acd9a32 commit 5a2b434Copy full SHA for 5a2b434
pom.xml
@@ -28,7 +28,7 @@
28
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
29
<java.version>17</java.version>
30
<java.release>17</java.release>
31
- <inject.version>9.8</inject.version>
+ <inject.version>9.9</inject.version>
32
<http.version>2.0-RC2</http.version>
33
</properties>
34
validator-generator/pom.xml
@@ -64,7 +64,7 @@
64
<dependency>
65
<groupId>io.avaje</groupId>
66
<artifactId>avaje-inject</artifactId>
67
- <version>9.8</version>
+ <version>9.9</version>
68
<optional>true</optional>
69
<scope>provided</scope>
70
</dependency>
0 commit comments