diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bf46b01d8..8103bab83 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ junitPlatform = { group = "org.junit.platform", name = "junit-platform-runner", junitPlatformCommons = { group = "org.junit.platform", name = "junit-platform-commons", version.ref = "junitPlatform" } junitPlatformEngine = { group = "org.junit.platform", name = "junit-platform-engine", version.ref = "junitPlatform" } junitPlatformLauncher = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junitPlatform" } -hamcrest = { group = "org.hamcrest", name = "hamcrest-core", version = "1.3" } +hamcrest = { group = "org.hamcrest", name = "hamcrest-core", version = "3.0" } junitDataprovider = { group = "com.tngtech.java", name = "junit-dataprovider", version = "1.11.0" } mockito = { group = "org.mockito", name = "mockito-core", version = "4.11.0" } # mockito 5 requires Java 11 mockito_junit5 = { group = "org.mockito", name = "mockito-junit-jupiter", version = "4.6.1" }