We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878381c commit f9a106fCopy full SHA for f9a106f
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.13'
+ compile 'junit:junit:5.7.2'
28
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.0'
29
- testCompile group: 'junit', name: 'junit', version:'4.13'
+ testCompile group: 'junit', name: 'junit', version:'5.7.2'
30
31
compileOnly 'org.projectlombok:lombok:1.18.12'
32
annotationProcessor 'org.projectlombok:lombok:1.18.12'
0 commit comments