From 3323959cdd6c64e3e858592bcd117bdfcff11eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:04:52 +0000 Subject: [PATCH] Bump dev.triumphteam:triumph-gui from 3.1.10 to 3.1.11 Bumps [dev.triumphteam:triumph-gui](https://github.com/TriumphTeam/triumph-gui) from 3.1.10 to 3.1.11. - [Release notes](https://github.com/TriumphTeam/triumph-gui/releases) - [Commits](https://github.com/TriumphTeam/triumph-gui/compare/3.1.10...3.1.11) --- updated-dependencies: - dependency-name: dev.triumphteam:triumph-gui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index ef16f96..0b5d9c9 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("com.zaxxer:HikariCP:4.0.3") - implementation("dev.triumphteam:triumph-gui:3.1.10") + implementation("dev.triumphteam:triumph-gui:3.1.11") implementation("de.tr7zw:item-nbt-api:2.13.2") }