Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 26, 2024
1 parent 0d0cb73 commit b2241e3
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 @@ -136,7 +136,7 @@ subprojects {
implementation group:'org.apache.poi', name: 'poi-ooxml', version: '5.2.5'
implementation group: 'com.github.hmcts', name: 'properties-volume-spring-boot-starter', version: '0.1.1'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.8.0'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.11.0'
compileOnly group: 'net.sourceforge.findbugs', name: 'annotations', version: '1.3.2'
implementation group: 'org.owasp.encoder', name: 'encoder', version: '1.2.3'
Expand Down

0 comments on commit b2241e3

Please sign in to comment.