build.gradle: update EasyMock to 5.1.0

This commit is contained in:
Andreas Schildbach 2023-01-29 21:52:41 +01:00
parent 7b970e6001
commit 27cc40a301
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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"