File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
gocd-file-based-secrets-plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919 compile group : ' com.beust' , name : ' jcommander' , version : ' 1.72'
2020
2121 testCompile group : ' org.assertj' , name : ' assertj-core' , version : ' 3.12.2'
22- testCompile group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.4.2 '
22+ testCompile group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.5.0 '
2323 testRuntime group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.4.2'
2424 testCompile group : ' org.mockito' , name : ' mockito-core' , version : ' 3.0.0'
2525}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 extractedAtTopLevel project(' :jar-class-loader' )
3737
3838 testCompile group : ' org.assertj' , name : ' assertj-core' , version : ' 3.12.2'
39- testCompile group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.4.2 '
39+ testCompile group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.5.0 '
4040 testRuntime group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.4.2'
4141 testCompile group : ' org.mockito' , name : ' mockito-core' , version : ' 3.0.0'
4242 testCompile group : ' org.skyscreamer' , name : ' jsonassert' , version : ' 1.5.0'
You can’t perform that action at this time.
0 commit comments