Skip to content

Commit

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

Bump assertj-core from 3.21.0 to 3.22.0
  • Loading branch information
chadlwilson authored Feb 6, 2022
2 parents d4fa456 + 9b2eef1 commit 370c593
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 @@ -73,7 +73,7 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.3.1'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.14.3'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.21.0'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.22.0'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.8.2'
Expand Down

0 comments on commit 370c593

Please sign in to comment.