Skip to content

Commit

Permalink
chore(deps): update dependency junit:junit to v4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 11, 2020
1 parent aa87627 commit 5dfc799
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 @@ -81,7 +81,7 @@ dependencies {
compile group: 'org.springframework', name: 'spring-web', version: '3.2.18.RELEASE'
// https://mvnrepository.com/artifact/org.aspectj/aspectjrt
compile group: 'org.aspectj', name: 'aspectjrt', version: '1.9.6'
testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.1'
// https://mvnrepository.com/artifact/org.mockito/mockito-core
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.3.3'
testCompile 'org.mockito:mockito-inline:2.8.9'
Expand Down

0 comments on commit 5dfc799

Please sign in to comment.