From 0a1708382c704a8bdbdd2509e34e91acf7505d35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 03:10:08 +0000 Subject: [PATCH] fix(deps): update dependency org.hamcrest:hamcrest-library to v3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 25116b7..5a42209 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0") testImplementation("com.github.seeseemelk:MockBukkit-v1.20:3.93.2") - testImplementation("org.hamcrest:hamcrest-library:2.2") + testImplementation("org.hamcrest:hamcrest-library:3.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }