Skip to content

Commit

Permalink
(chore) Bump Google Guava version from 20.0 -> 21.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
brcolow committed Jan 15, 2017
1 parent 5e4aef7 commit 8f0f9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subprojects/testfx-core/testfx-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ext.pomDescription = "TestFX Core"

dependencies {
compile "com.google.guava:guava:20.0"
compile "com.google.guava:guava:21.0"
compile "org.hamcrest:hamcrest-core:1.3"
compile 'com.google.code.findbugs:annotations:3.0.1u2'

Expand Down
2 changes: 1 addition & 1 deletion subprojects/testfx-legacy/testfx-legacy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ext.pomDescription = "TestFX Legacy"

dependencies {
compile project(":testfx-core")
compile "com.google.guava:guava:20.0"
compile "com.google.guava:guava:21.0"

providedCompile "junit:junit:4.12"

Expand Down

0 comments on commit 8f0f9b4

Please sign in to comment.