Skip to content

Commit

Permalink
Merge pull request #95 from gocd/dependabot/gradle/org.assertj-assert…
Browse files Browse the repository at this point in the history
…j-core-3.23.1

Bump assertj-core from 3.22.0 to 3.23.1
  • Loading branch information
chadlwilson authored Jun 3, 2022
2 parents be12360 + 6e6648d commit 2630408
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 @@ -81,7 +81,7 @@ dependencies {

testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-jupiter', version: '2.0.1'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.22.0'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.23.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.6.0'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.1'
Expand Down

0 comments on commit 2630408

Please sign in to comment.