Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f9a106f

Browse files
upgrade junit version to 5.7.3
1 parent 878381c commit f9a106f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ repositories {
2424

2525
dependencies {
2626
compile 'com.google.code.gson:gson:2.8.0'
27-
compile 'junit:junit:4.13'
27+
compile 'junit:junit:5.7.2'
2828
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.0'
29-
testCompile group: 'junit', name: 'junit', version:'4.13'
29+
testCompile group: 'junit', name: 'junit', version:'5.7.2'
3030

3131
compileOnly 'org.projectlombok:lombok:1.18.12'
3232
annotationProcessor 'org.projectlombok:lombok:1.18.12'

0 commit comments

Comments
 (0)