From 6ae424877120f6e7667a3e8cd4c659cf282a1c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 11:26:28 +0000 Subject: [PATCH] Bump com.tcoded:FoliaLib from 0.5.1 to 0.5.2 Bumps com.tcoded:FoliaLib from 0.5.1 to 0.5.2. --- updated-dependencies: - dependency-name: com.tcoded:FoliaLib dependency-version: 0.5.2 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 bda5f565..66b453cf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { implementation("org.bstats:bstats-bukkit:3.2.1") implementation("com.jeff-media:MorePersistentDataTypes:2.4.0") implementation("com.github.balugaq:AnvilGUI:ca2ef9e187") - implementation("com.tcoded:FoliaLib:0.5.1") + implementation("com.tcoded:FoliaLib:0.5.2") implementation("net.byteflux:libby-bukkit:1.3.2") implementation("org.jetbrains:annotations:26.1.0") implementation("org.jspecify:jspecify:1.0.0")