We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b63186 commit 5d218d7Copy full SHA for 5d218d7
build.gradle
@@ -24,9 +24,9 @@ repositories {
24
25
dependencies {
26
compile 'com.google.code.gson:gson:2.8.0'
27
- compile 'junit:junit:4.12'
+ compile 'junit:junit:4.13'
28
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.0'
29
- testCompile group: 'junit', name: 'junit', version:'4.12'
+ testCompile group: 'junit', name: 'junit', version:'4.13'
30
31
compileOnly 'org.projectlombok:lombok:1.18.12'
32
annotationProcessor 'org.projectlombok:lombok:1.18.12'
0 commit comments