build.gradle: update equalsverifier to 3.15.2

This commit is contained in:
Sean Gilligan 2023-10-15 10:20:39 -07:00 committed by Andreas Schildbach
parent e650f0f160
commit 03d6d4cf87
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ dependencies {
testImplementation 'org.easymock:easymock:5.2.0' testImplementation 'org.easymock:easymock:5.2.0'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
testImplementation 'org.slf4j:slf4j-jdk14:2.0.9' testImplementation 'org.slf4j:slf4j-jdk14:2.0.9'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.2'
testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'pl.pragmatists:JUnitParams:1.1.1' testImplementation 'pl.pragmatists:JUnitParams:1.1.1'
} }

View file

@ -13,7 +13,7 @@ dependencies {
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.2.0'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.2'
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"
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.10.0" testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.10.0"