Skip to content

Commit f9c9f82

Browse files
authored
Merge pull request #225 from gocd/dependabot/gradle/org.assertj-assertj-core-3.27.2
Bump org.assertj:assertj-core from 3.27.1 to 3.27.2
2 parents 53573b1 + 545d325 commit f9c9f82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation project(':db')
1919
implementation group: 'com.beust', name: 'jcommander', version: '1.82'
2020

21-
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.1'
21+
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.2'
2222
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
2323
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
2424
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'

db/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
dependencies {
1818
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
1919

20-
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.1'
20+
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.2'
2121
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
2222
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
2323
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'

gocd-file-based-secrets-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
extractedAtTopLevel project(':jar-class-loader')
4545

4646
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'
4848
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
4949
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
5050
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'

0 commit comments

Comments
 (0)