Skip to content

Commit

Permalink
build(deps): bump guiceVersion from 5.0.1 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps `guiceVersion` from 5.0.1 to 5.1.0.

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

Updates `guice-assistedinject` from 5.0.1 to 5.1.0

Updates `guice-servlet` from 5.0.1 to 5.1.0

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and KengoTODA committed Mar 7, 2022
1 parent 09954cc commit 39ce75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugsTestCases/build.gradle
Expand Up @@ -7,7 +7,7 @@ sourceSets {
}

ext {
guiceVersion = '5.0.1'
guiceVersion = '5.1.0'
}

dependencies {
Expand Down

0 comments on commit 39ce75d

Please sign in to comment.