Skip to content

Commit

Permalink
Update dependency junit:junit to v4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2023
1 parent 5ab037f commit b9a3a5f
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 @@ -129,7 +129,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.3'
implementation group: 'com.github.hmcts', name: 'properties-volume-spring-boot-starter', version: '0.1.1'
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.8.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.3.3'
compileOnly group: 'net.sourceforge.findbugs', name: 'annotations', version: '1.3.2'
Expand Down

0 comments on commit b9a3a5f

Please sign in to comment.