Skip to content

Commit

Permalink
Bump guiceVersion from 5.1.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps `guiceVersion` from 5.1.0 to 7.0.0.

Updates `com.google.inject:guice` from 5.1.0 to 7.0.0
- [Release notes](https://github.com/google/guice/releases)
- [Commits](google/guice@5.1.0...7.0.0)

Updates `com.google.inject.extensions:guice-assistedinject` from 5.1.0 to 7.0.0

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 31, 2023
1 parent 755b7c1 commit 904edb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
dependencies {
ext.autoValueVersion = '1.10.1'
ext.jcloudsVersion = '2.5.0'
ext.guiceVersion = '5.1.0'
ext.guiceVersion = '7.0.0'
ext.autoServiceVersion = '1.1.0'
ext.guiceVersion = '5.0.1'

Expand Down

0 comments on commit 904edb5

Please sign in to comment.