mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
build.gradle: update EasyMock to 5.2.0
This commit is contained in:
parent
336a6a0c98
commit
c8bf030824
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ dependencies {
|
||||||
implementation 'org.slf4j:slf4j-api:2.0.7'
|
implementation 'org.slf4j:slf4j-api:2.0.7'
|
||||||
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.1.0'
|
testImplementation 'org.easymock:easymock:5.2.0'
|
||||||
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
|
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
|
||||||
testImplementation 'org.slf4j:slf4j-jdk14:2.0.7'
|
testImplementation 'org.slf4j:slf4j-jdk14:2.0.7'
|
||||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15'
|
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15'
|
||||||
|
|
|
@ -12,7 +12,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.1.0'
|
testImplementation 'org.easymock:easymock:5.2.0'
|
||||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15'
|
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15'
|
||||||
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…
Add table
Reference in a new issue