File tree 3 files changed +3
-3
lines changed
gocd-file-based-secrets-plugin
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
implementation project(' :db' )
19
19
implementation group : ' com.beust' , name : ' jcommander' , version : ' 1.82'
20
20
21
- testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.1 '
21
+ testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.2 '
22
22
testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api'
23
23
testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
24
24
testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher'
Original file line number Diff line number Diff line change 17
17
dependencies {
18
18
implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.11.0'
19
19
20
- testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.1 '
20
+ testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.2 '
21
21
testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api'
22
22
testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
23
23
testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher'
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
extractedAtTopLevel project(' :jar-class-loader' )
45
45
46
46
testCompileOnly project. deps. gocdPluginApi
47
- testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.1 '
47
+ testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.2 '
48
48
testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api'
49
49
testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
50
50
testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher'
You can’t perform that action at this time.
0 commit comments