File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
gocd-file-based-secrets-plugin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 implementation project(' :db' )
1919 implementation ' com.beust:jcommander:1.82'
2020
21- testImplementation ' org.assertj:assertj-core:3.27.6 '
21+ testImplementation ' org.assertj:assertj-core:3.27.7 '
2222 testImplementation ' org.junit.jupiter:junit-jupiter-api'
2323 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
2424 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
Original file line number Diff line number Diff line change 1717dependencies {
1818 implementation ' com.google.code.gson:gson:2.13.2'
1919
20- testImplementation ' org.assertj:assertj-core:3.27.6 '
20+ testImplementation ' org.assertj:assertj-core:3.27.7 '
2121 testImplementation ' org.junit.jupiter:junit-jupiter-api'
2222 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
2323 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444 extractedAtTopLevel project(' :jar-class-loader' )
4545
4646 testCompileOnly project. deps. gocdPluginApi
47- testImplementation ' org.assertj:assertj-core:3.27.6 '
47+ testImplementation ' org.assertj:assertj-core:3.27.7 '
4848 testImplementation ' org.junit.jupiter:junit-jupiter-api'
4949 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
5050 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
You can’t perform that action at this time.
0 commit comments