Skip to content

Commit

Permalink
Merge pull request #292 from gocd-contrib/dependabot/gradle/org.asser…
Browse files Browse the repository at this point in the history
…tj-assertj-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 70f0644 + 38dc16b commit 6d93992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ subprojects { Project sub ->

testImplementation project.deps.gocdPluginApi
testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.3'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.0'
testImplementation platform('org.junit:junit-bom:5.11.4')
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
Expand Down

0 comments on commit 6d93992

Please sign in to comment.