From f577dd3a04e2bbbcc348dd4c1de34e999dadd487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 04:41:54 +0000 Subject: [PATCH] Bump net.lenni0451.commons:swing from 1.5.0 to 1.5.1 Bumps [net.lenni0451.commons:swing](https://github.com/Lenni0451/commons) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/Lenni0451/commons/releases) - [Commits](https://github.com/Lenni0451/commons/commits) --- updated-dependencies: - dependency-name: net.lenni0451.commons:swing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a1e85b3..0fb4140 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ dependencies { include("net.lenni0451:MCPing:1.4.1") { exclude group: "com.google.code.gson", module: "gson" } - include "net.lenni0451.commons:swing:1.5.0" + include "net.lenni0451.commons:swing:1.5.1" include("net.raphimc.netminecraft:all:2.4.0") { exclude group: "com.google.code.gson", module: "gson" }