From 95b037a95b1ab0f2870d344d4d08c8d47e30f902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 04:29:51 +0000 Subject: [PATCH] Bump net.lenni0451.commons:swing from 1.5.1 to 1.6.0 Bumps [net.lenni0451.commons:swing](https://github.com/Lenni0451/commons) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/Lenni0451/commons/releases) - [Commits](https://github.com/Lenni0451/commons/compare/1.5.1...1.6.0) --- updated-dependencies: - dependency-name: net.lenni0451.commons:swing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c088606..df73363 100644 --- a/build.gradle +++ b/build.gradle @@ -86,7 +86,7 @@ dependencies { include("net.lenni0451:MCPing:1.4.1") { exclude group: "com.google.code.gson", module: "gson" } - include "net.lenni0451.commons:swing:1.5.1" + include "net.lenni0451.commons:swing:1.6.0" include("net.raphimc.netminecraft:all:2.5.1-SNAPSHOT") { exclude group: "com.google.code.gson", module: "gson" }