From b407199b1d546b09a2119e8e4f941ad4daac7658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 15:00:05 +0000 Subject: [PATCH] Bump com.comphenix.protocol:ProtocolLib from 5.0.0-SNAPSHOT to 5.0.0 Bumps com.comphenix.protocol:ProtocolLib from 5.0.0-SNAPSHOT to 5.0.0. --- updated-dependencies: - dependency-name: com.comphenix.protocol:ProtocolLib 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 5c3ac71..f3ded0e 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { } // ProtocolLib - implementation (group: "com.comphenix.protocol", name: "ProtocolLib", version: "5.0.0-SNAPSHOT") { + implementation (group: "com.comphenix.protocol", name: "ProtocolLib", version: "5.0.0") { transitive = false }