From 49b4b464d81f3f58cff08b09f52bea6a2b866255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 05:21:22 +0000 Subject: [PATCH] Bump net.lenni0451.mcstructs:all from 2.2.1 to 2.2.2 Bumps [net.lenni0451.mcstructs:all](https://github.com/Lenni0451/MCStructs) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/Lenni0451/MCStructs/releases) - [Commits](https://github.com/Lenni0451/MCStructs/commits) --- updated-dependencies: - dependency-name: net.lenni0451.mcstructs:all 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 153a2eb..aab1616 100644 --- a/build.gradle +++ b/build.gradle @@ -91,7 +91,7 @@ dependencies { exclude group: "com.google.code.gson", module: "gson" exclude group: "org.slf4j", module: "slf4j-api" } - include("net.lenni0451.mcstructs:all:2.2.1") { + include("net.lenni0451.mcstructs:all:2.2.2") { exclude group: "com.google.code.gson", module: "gson" } include "com.vdurmont:semver4j:3.1.0"