From 64960e6148e6a8fa296045533508bbe0f823cb39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:48:16 +0200 Subject: [PATCH] Bump dev.triumphteam:triumph-gui from 3.1.7 to 3.1.10 (#63) Bumps [dev.triumphteam:triumph-gui](https://github.com/TriumphTeam/triumph-gui) from 3.1.7 to 3.1.10. - [Release notes](https://github.com/TriumphTeam/triumph-gui/releases) - [Commits](https://github.com/TriumphTeam/triumph-gui/compare/3.1.7...3.1.10) --- updated-dependencies: - dependency-name: dev.triumphteam:triumph-gui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 5dc037f..17b3864 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.7") + implementation("dev.triumphteam:triumph-gui:3.1.10") implementation("de.tr7zw:item-nbt-api:2.13.1") }