From 7520dbab3e321a3bb140da889f533ae45855794c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:54:54 +0000 Subject: [PATCH] fix(deps): update dependency org.shredzone.commons:commons-suncalc to v3.11 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 81afcc7..394f894 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { implementation("com.github.EmortalMC:NBStom:latest") - implementation("org.shredzone.commons:commons-suncalc:3.5") + implementation("org.shredzone.commons:commons-suncalc:3.11") compileOnly(files("libs/particable-1.0.0-all.jar")) }