From 00d7ba37412911d874eeb095f8cebc290442ee59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 05:22:34 +0000 Subject: [PATCH] Bump ProtocolLib from 4.5.1 to 4.8.0 Bumps [ProtocolLib](https://github.com/dmulloy2/ProtocolLib) from 4.5.1 to 4.8.0. - [Release notes](https://github.com/dmulloy2/ProtocolLib/releases) - [Commits](https://github.com/dmulloy2/ProtocolLib/compare/4.5.1...4.8.0) --- updated-dependencies: - dependency-name: com.comphenix.protocol:ProtocolLib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cloudnet-modules/cloudnet-npcs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudnet-modules/cloudnet-npcs/build.gradle b/cloudnet-modules/cloudnet-npcs/build.gradle index d6373a8f31..98ccabe21a 100644 --- a/cloudnet-modules/cloudnet-npcs/build.gradle +++ b/cloudnet-modules/cloudnet-npcs/build.gradle @@ -11,6 +11,6 @@ dependencies { compileOnly project(':cloudnet-wrapper-jvm') compileOnly project(':cloudnet-modules:cloudnet-bridge') compileOnly group: 'org.spigotmc', name: 'spigot-api', version: dependencyBukkitVersion - compileOnly group: 'com.comphenix.protocol', name: 'ProtocolLib', version: '4.5.1' + compileOnly group: 'com.comphenix.protocol', name: 'ProtocolLib', version: '4.8.0' api group: 'com.github.juliarn', name: 'npc-lib', version: '2.3-RELEASE' }