Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent 801fadc commit 19b3117
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 @@ -105,7 +105,7 @@ dependencies {

testImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.4.0'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.8.0'
testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.3'
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
Expand Down

0 comments on commit 19b3117

Please sign in to comment.