Skip to content

Commit

Permalink
build.gradle: update JUnit to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jun 24, 2024
1 parent 6c3a863 commit 5f10cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'net.jcip:jcip-annotations:1.0'
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.easymock:easymock:3.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.5.2'
testImplementation 'org.slf4j:slf4j-jdk14:1.7.36'
Expand Down

0 comments on commit 5f10cc4

Please sign in to comment.