Skip to content

Commit 18b2779

Browse files
committed
bumped guava version
1 parent 08f6c8f commit 18b2779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
compile 'org.hamcrest:hamcrest-all:1.3'
4343
compile 'org.slf4j:slf4j-api:1.7.25'
4444

45-
testCompile 'junit:junit:4.13'
45+
testCompile 'junit:junit:4.13.1'
4646
testCompile 'org.slf4j:slf4j-log4j12:+'
4747
testCompile 'pl.pragmatists:JUnitParams:1.0.4'
4848
testCompile 'org.mockito:mockito-core:3.1.0'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ INFO.organization=tensorics
1616
SONATYPE.repoUrl=https://oss.sonatype.org/service/local/
1717
SONATYPE.repoSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/
1818

19-
guavaVersion=29.0-jre
19+
guavaVersion=30.1.1-jre

0 commit comments

Comments
 (0)