From a3356503d6c61a4fbfaa03b0ee4141ed589297bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 15:02:19 +0000 Subject: [PATCH] Bump com.comphenix.protocol:ProtocolLib from 4.8.0 to 5.0.0 Bumps com.comphenix.protocol:ProtocolLib from 4.8.0 to 5.0.0. --- updated-dependencies: - dependency-name: com.comphenix.protocol:ProtocolLib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 94a5aec..488175d 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { // ProtocolLib shadow (group: 'com.comphenix.packetwrapper', name: 'PacketWrapper', version: '1.13-R0.1-SNAPSHOT') - implementation (group: 'com.comphenix.protocol', name: 'ProtocolLib', version: '4.8.0') + implementation (group: 'com.comphenix.protocol', name: 'ProtocolLib', version: '5.0.0') // Netty (Network framework Minecraft uses) implementation (group: 'io.netty', name: 'netty-all', version: '4.1.89.Final')