diff --git a/build.gradle b/build.gradle index 569168a..8aa2860 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ subprojects { testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.3") testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.3") - testImplementation("org.hamcrest:hamcrest:2.2") + testImplementation("org.hamcrest:hamcrest:3.0") } // Reusable license copySpec for building JARs