From b7b85f5e76ede7cef8b1362d8890391069f14016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:17:12 +0000 Subject: [PATCH] Bump me.hsgamer:hscore-minestom-gui from 4.3.28 to 4.3.29 Bumps me.hsgamer:hscore-minestom-gui from 4.3.28 to 4.3.29. --- updated-dependencies: - dependency-name: me.hsgamer:hscore-minestom-gui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index baec355..f08d07b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("org.xerial:sqlite-jdbc:3.45.0.0") compileOnly("junit:junit:4.13.2") implementation("org.slf4j:slf4j-api:2.0.11") - implementation("me.hsgamer:hscore-minestom-gui:4.3.28") + implementation("me.hsgamer:hscore-minestom-gui:4.3.29") implementation("net.objecthunter:exp4j:0.4.8") implementation("com.google.guava:guava:33.0.0-jre") }