Skip to content

Commit

Permalink
Merge pull request #1187 from Netflix/dependabot/gradle/com.google.in…
Browse files Browse the repository at this point in the history
…ject-guice-5.1.0

build(deps): bump guice from 5.0.1 to 5.1.0
  • Loading branch information
artgon committed Jan 28, 2022
2 parents 8afccf8 + 46a1e63 commit d573774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zuul-guice/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: "java-library"

dependencies {
implementation project(":zuul-core")
api(group: 'com.google.inject', name: 'guice', version: "5.0.1")
api(group: 'com.google.inject', name: 'guice', version: "5.1.0")
implementation 'commons-configuration:commons-configuration:1.10'

testImplementation libraries.junit,
Expand Down

0 comments on commit d573774

Please sign in to comment.