From 1c014102b1ec662789b431a461c43228e26d6393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 05:17:49 +0000 Subject: [PATCH] Bump net.lenni0451.mcstructs:all from 2.2.0 to 2.2.1 Bumps [net.lenni0451.mcstructs:all](https://github.com/Lenni0451/MCStructs) from 2.2.0 to 2.2.1. - [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 1391291..9893562 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.0") { + include("net.lenni0451.mcstructs:all:2.2.1") { exclude group: "com.google.code.gson", module: "gson" } include "com.vdurmont:semver4j:3.1.0"