mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
build.gradle: update EasyMock to 5.1.0
This commit is contained in:
parent
7b970e6001
commit
27cc40a301
@ -16,7 +16,7 @@ dependencies {
|
||||
implementation 'org.slf4j:slf4j-api:1.7.36'
|
||||
implementation 'net.jcip:jcip-annotations:1.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.easymock:easymock:5.0.1'
|
||||
testImplementation 'org.easymock:easymock:5.1.0'
|
||||
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0'
|
||||
testImplementation 'org.slf4j:slf4j-jdk14:1.7.36'
|
||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.11'
|
||||
|
@ -12,7 +12,7 @@ dependencies {
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.0"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.0"
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.easymock:easymock:5.0.1'
|
||||
testImplementation 'org.easymock:easymock:5.1.0'
|
||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.11'
|
||||
testImplementation 'org.hamcrest:hamcrest-library:2.2'
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.0"
|
||||
|
Loading…
Reference in New Issue
Block a user