Skip to content

Commit b47d511

Browse files
Merge pull request #166 from avaje/dependabot/maven/inject.version-9.8
Bump inject.version from 9.8-RC1 to 9.8
2 parents a39f57d + a8e3c54 commit b47d511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
2828
<java.version>17</java.version>
2929
<java.release>17</java.release>
30-
<inject.version>9.8-RC1</inject.version>
30+
<inject.version>9.8</inject.version>
3131
<http.version>2.0-RC2</http.version>
3232
</properties>
3333

validator-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>io.avaje</groupId>
6666
<artifactId>avaje-inject</artifactId>
67-
<version>9.8-RC1</version>
67+
<version>9.8</version>
6868
<optional>true</optional>
6969
<scope>provided</scope>
7070
</dependency>

0 commit comments

Comments
 (0)