Skip to content

Commit

Permalink
Bump junit from 4.12 to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dependabot committed Jul 8, 2024
1 parent 74450ac commit ffb26e4
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 @@ -29,7 +29,7 @@ repositories {
}

dependencies {
testImplementation(group: 'junit', name: 'junit', version: '4.12')
testImplementation(group: 'junit', name: 'junit', version: '4.13.2')

compile group: 'junit', name: 'junit', version: '4.12'
compile group: 'org.assertj', name: 'assertj-core', version: '3.4.1'
Expand Down

0 comments on commit ffb26e4

Please sign in to comment.