Skip to content

Commit

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

Bump org.assertj:assertj-core from 3.25.1 to 3.25.2
  • Loading branch information
chadlwilson authored Jan 26, 2024
2 parents fecbee1 + f7df099 commit c2714b2
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.25.1'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.2'
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.10.1'

testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.1'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.2'
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.25.1'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.2'
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 c2714b2

Please sign in to comment.