build.gradle: update Hamcrest to 3.0

This commit is contained in:
Andreas Schildbach 2024-08-03 09:48:39 +02:00
parent 5231112ffa
commit 33a69dcebe
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ dependencies {
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
testImplementation 'org.slf4j:slf4j-jdk14:2.0.13'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.hamcrest:hamcrest-library:3.0'
testImplementation 'pl.pragmatists:JUnitParams:1.1.1'
}

View file

@ -13,7 +13,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.easymock:easymock:5.4.0'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.hamcrest:hamcrest-library:3.0'
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.10.0"
}