Skip to content

Commit

Permalink
Merge pull request #221 from gocd/dependabot/gradle/org.assertj-asser…
Browse files Browse the repository at this point in the history
…tj-core-3.27.0

Bump org.assertj:assertj-core from 3.26.3 to 3.27.0
  • Loading branch information
chadlwilson authored Dec 20, 2024
2 parents 670cc4a + 72f2148 commit 8be36eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation project(':db')
implementation group: 'com.beust', name: 'jcommander', version: '1.82'

testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.3'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
Expand Down
2 changes: 1 addition & 1 deletion db/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'

testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.3'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
Expand Down
2 changes: 1 addition & 1 deletion gocd-file-based-secrets-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
extractedAtTopLevel project(':jar-class-loader')

testCompileOnly project.deps.gocdPluginApi
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.3'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
Expand Down

0 comments on commit 8be36eb

Please sign in to comment.