Skip to content

Commit

Permalink
Merge pull request #192 from avaje/dependabot/maven/inject.version-9.12
Browse files Browse the repository at this point in the history
Bump inject.version from 9.11 to 9.12
  • Loading branch information
github-actions[bot] authored Apr 9, 2024
2 parents d27a924 + e1a1580 commit 1d77264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<surefire.useModulePath>false</surefire.useModulePath>
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
<maven.compiler.release>17</maven.compiler.release>
<inject.version>9.11</inject.version>
<inject.version>9.12</inject.version>
<http.version>2.0-RC2</http.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion validator-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject</artifactId>
<version>9.11</version>
<version>9.12</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 1d77264

Please sign in to comment.