Skip to content

Commit d780683

Browse files
authored
Merge pull request #267 from gocd/dependabot/gradle/org.assertj-assertj-core-3.27.7
Bump org.assertj:assertj-core from 3.27.6 to 3.27.7
2 parents 81b18ec + cefe7e3 commit d780683

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

db/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
dependencies {
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'

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

Lines changed: 1 addition & 1 deletion
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 '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'

0 commit comments

Comments
 (0)