Skip to content

Commit

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

Bump org.assertj:assertj-core from 3.24.2 to 3.25.1
  • Loading branch information
chadlwilson authored Jan 5, 2024
2 parents c400f5b + de79190 commit 0baeb70
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 @@ -75,7 +75,7 @@ subprojects { Project sub ->

testImplementation project.deps.gocdPluginApi
testImplementation 'org.mockito:mockito-core:5.8.0'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.1'
testImplementation platform('org.junit:junit-bom:5.10.1')
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
Expand Down

0 comments on commit 0baeb70

Please sign in to comment.