diff --git a/cli/build.gradle b/cli/build.gradle index 4ecd4ab9..6c47af1f 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -13,7 +13,7 @@ dependencies { annotationProcessor 'info.picocli:picocli-codegen:4.7.6' compileOnly "org.graalvm.nativeimage:svm:${graalvmVersion}" - testImplementation "org.hamcrest:hamcrest:2.2" + testImplementation "org.hamcrest:hamcrest:3.0" testImplementation "org.junit.jupiter:junit-jupiter:${junitJupiterVersion}" testCompileOnly 'junit:junit:4.13.2' testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}" diff --git a/core/build.gradle b/core/build.gradle index cbc36cc8..9b6ccf05 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -40,7 +40,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter:${junitJupiterVersion}" testCompileOnly 'junit:junit:4.13.2' testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}" - testImplementation "org.hamcrest:hamcrest:2.2" + testImplementation "org.hamcrest:hamcrest:3.0" testImplementation "org.mockito:mockito-core:5.12.0" testImplementation("com.github.stefanbirkner:system-rules:1.19.0") { exclude group: 'junit', module: 'junit-dep'