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 cd18f6a commit 771cc6f
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 @@ dependencies {
ext.jcloudsVersion = '2.5.0'
ext.autoValueVersion = '1.10.1'
ext.autoServiceVersion = '1.1.0'
ext.guiceVersion = '5.1.0'
ext.guiceVersion = '7.0.0'

implementation 'javax.xml.bind:jaxb-api:2.4.0-b180830.0359'
implementation 'javax.annotation:javax.annotation-api:1.3.2'
Expand Down

0 comments on commit 771cc6f

Please sign in to comment.