mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
build.gradle: Update JUnit to 4.13.1.
This commit is contained in:
parent
1bcea2a59c
commit
9174ae7495
@ -15,7 +15,7 @@ dependencies {
|
||||
implementation 'org.slf4j:slf4j-api:1.7.30'
|
||||
implementation 'net.jcip:jcip-annotations:1.0'
|
||||
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
||||
testImplementation 'junit:junit:4.13'
|
||||
testImplementation 'junit:junit:4.13.1'
|
||||
testImplementation 'org.easymock:easymock:3.2'
|
||||
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.5.2'
|
||||
testImplementation 'org.slf4j:slf4j-jdk14:1.7.30'
|
||||
|
Loading…
Reference in New Issue
Block a user