Skip to content

Commit

Permalink
chore: bump up Guice to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Mar 3, 2021
1 parent 89777f1 commit 47ef813
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions spotbugsTestCases/build.gradle
Expand Up @@ -6,15 +6,19 @@ sourceSets {
}
}

ext {
guiceVersion = '5.0.1'
}

dependencies {
// TODO : Some of these can be extracted to actual dependencies
implementation fileTree(dir: 'lib', include: '*.jar')

implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.guava:guava:30.1-jre'
implementation 'com.google.inject:guice:4.2.3'
implementation 'com.google.inject.extensions:guice-assistedinject:4.2.3'
implementation 'com.google.inject.extensions:guice-servlet:4.2.3'
implementation "com.google.inject:guice:${guiceVersion}"
implementation "com.google.inject.extensions:guice-assistedinject:${guiceVersion}"
implementation "com.google.inject.extensions:guice-servlet:${guiceVersion}"
implementation 'com.google.truth:truth:1.1.2'
implementation 'joda-time:joda-time:2.10.10'
api 'net.jcip:jcip-annotations:1.0'
Expand Down

0 comments on commit 47ef813

Please sign in to comment.