Skip to content

Commit

Permalink
Bump com.google.inject:guice from 6.0.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [com.google.inject:guice](https://github.com/google/guice) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/google/guice/releases)
- [Commits](google/guice@6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: com.google.inject:guice
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 386a751 commit db07587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transactionoutbox-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>6.0.0</version>
<version>7.0.0</version>
<exclusions>
<!-- There's a vulnerability in the version provided by Guice 6.0.0 -->
<!-- There's a vulnerability in the version provided by Guice 7.0.0 -->
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down

0 comments on commit db07587

Please sign in to comment.