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 b6170ce + 8844f76 commit 80f9083Copy full SHA for 80f9083
pom.xml
@@ -27,7 +27,7 @@
27
<surefire.useModulePath>false</surefire.useModulePath>
28
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
29
<maven.compiler.release>17</maven.compiler.release>
30
- <inject.version>9.10</inject.version>
+ <inject.version>9.11</inject.version>
31
<http.version>2.0-RC2</http.version>
32
</properties>
33
validator-generator/pom.xml
@@ -64,7 +64,7 @@
64
<dependency>
65
<groupId>io.avaje</groupId>
66
<artifactId>avaje-inject</artifactId>
67
- <version>9.10</version>
+ <version>9.11</version>
68
<optional>true</optional>
69
<scope>provided</scope>
70
</dependency>
0 commit comments