Skip to content

Commit

Permalink
deps: update Guava and JUnit (GoogleCloudPlatform#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Feb 11, 2021
1 parent 9b85eb8 commit e581d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ group = 'com.google.cloud.tools'
dependencies {
compile localGroovy()
compile gradleApi()
compile "com.google.guava:guava:30.1-jre"
compile "com.google.endpoints:endpoints-framework-tools:2.2.2"
compile "com.google.guava:guava:21.0"

testCompile 'commons-io:commons-io:2.8.0'
testCompile 'org.hamcrest:hamcrest-library:1.3'
testCompile 'org.mockito:mockito-core:2.1.0'
testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13.1'
}

jar {
Expand Down

0 comments on commit e581d28

Please sign in to comment.