Skip to content

Commit

Permalink
Bump inject.version from 9.4-RC3 to 9.8-RC1
Browse files Browse the repository at this point in the history
Bumps `inject.version` from 9.4-RC3 to 9.8-RC1.

Updates `io.avaje:avaje-inject` from 9.4-RC3 to 9.8-RC1
- [Release notes](https://github.com/avaje/avaje-inject/releases)
- [Commits](https://github.com/avaje/avaje-inject/commits)

Updates `io.avaje:avaje-inject-test` from 9.4-RC3 to 9.8-RC1

Updates `io.avaje:avaje-inject-generator` from 9.4-RC3 to 9.8-RC1

---
updated-dependencies:
- dependency-name: io.avaje:avaje-inject
  dependency-type: direct:production
- dependency-name: io.avaje:avaje-inject-test
  dependency-type: direct:production
- dependency-name: io.avaje:avaje-inject-generator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent e723793 commit 6ae8e8c
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 @@
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
<java.version>17</java.version>
<java.release>17</java.release>
<inject.version>9.4-RC3</inject.version>
<inject.version>9.8-RC1</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.5</version>
<version>9.8-RC1</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 6ae8e8c

Please sign in to comment.