Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2024
1 parent 2050387 commit aa058f3
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 @@ -134,7 +134,7 @@ subprojects {
implementation group: 'org.jboss.aerogear', name: 'aerogear-otp-java', version:'1.0.0'
implementation group:'org.apache.poi', name: 'poi-ooxml', version: '5.2.5'
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.3'
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 aa058f3

Please sign in to comment.