Skip to content

Commit

Permalink
Merge pull request #9 from stchar/dependabot/gradle/master/junit-juni…
Browse files Browse the repository at this point in the history
…t-4.13.2

Bump junit from 4.12 to 4.13.2
  • Loading branch information
stchar authored Jul 8, 2024
2 parents 003f9a4 + ffb26e4 commit 7726cdf
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.26.0'
Expand Down

0 comments on commit 7726cdf

Please sign in to comment.