build.gradle: update EasyMock to 5.4.0

This commit is contained in:
Andreas Schildbach 2024-08-03 09:42:48 +02:00
parent eb8b415d99
commit d56f51ad3b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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