mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
build.gradle: update EasyMock to 5.4.0
This commit is contained in:
parent
eb8b415d99
commit
d56f51ad3b
@ -15,7 +15,7 @@ dependencies {
|
|||||||
implementation 'org.slf4j:slf4j-api:2.0.13'
|
implementation 'org.slf4j:slf4j-api:2.0.13'
|
||||||
implementation 'net.jcip:jcip-annotations:1.0'
|
implementation 'net.jcip:jcip-annotations:1.0'
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
testImplementation 'org.easymock:easymock:5.2.0'
|
testImplementation 'org.easymock:easymock:5.4.0'
|
||||||
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
|
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
|
||||||
testImplementation 'org.slf4j:slf4j-jdk14:2.0.13'
|
testImplementation 'org.slf4j:slf4j-jdk14:2.0.13'
|
||||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
|
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
|
||||||
|
@ -11,7 +11,7 @@ dependencies {
|
|||||||
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
|
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
|
||||||
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.0"
|
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.0"
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
testImplementation 'org.easymock:easymock:5.2.0'
|
testImplementation 'org.easymock:easymock:5.4.0'
|
||||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
|
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
|
||||||
testImplementation 'org.hamcrest:hamcrest-library:2.2'
|
testImplementation 'org.hamcrest:hamcrest-library:2.2'
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
|
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user