From a83f8de0d40f29f886051d83718d99f1b36bf83b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 14:38:24 +0200 Subject: [PATCH] Update all non-major dependencies to v5.10.0 (#76) --- funnycommands/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funnycommands/build.gradle.kts b/funnycommands/build.gradle.kts index 448adda..ebcafc0 100644 --- a/funnycommands/build.gradle.kts +++ b/funnycommands/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { compileOnlyApi("com.google.code.findbugs:jsr305:3.0.2") // Tests - val junit = "5.9.3" + val junit = "5.10.0" testImplementation("org.junit.jupiter:junit-jupiter-api:$junit") testImplementation("org.junit.jupiter:junit-jupiter-engine:$junit") testImplementation("org.spigotmc:spigot-api:$spigotVersion")