Skip to content

Commit

Permalink
Merge pull request #178 from avaje/dependabot/maven/inject.version-9.10
Browse files Browse the repository at this point in the history
Bump inject.version from 9.9 to 9.10
  • Loading branch information
github-actions[bot] authored Nov 29, 2023
2 parents 594a089 + 77ddb38 commit e85c173
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.9</inject.version>
<inject.version>9.10</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.9</version>
<version>9.10</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit e85c173

Please sign in to comment.