We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f6c8f commit 18b2779Copy full SHA for 18b2779
build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
compile 'org.hamcrest:hamcrest-all:1.3'
43
compile 'org.slf4j:slf4j-api:1.7.25'
44
45
- testCompile 'junit:junit:4.13'
+ testCompile 'junit:junit:4.13.1'
46
testCompile 'org.slf4j:slf4j-log4j12:+'
47
testCompile 'pl.pragmatists:JUnitParams:1.0.4'
48
testCompile 'org.mockito:mockito-core:3.1.0'
gradle.properties
@@ -16,4 +16,4 @@ INFO.organization=tensorics
16
SONATYPE.repoUrl=https://oss.sonatype.org/service/local/
17
SONATYPE.repoSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/
18
19
-guavaVersion=29.0-jre
+guavaVersion=30.1.1-jre
0 commit comments