From 3df20e293050e8a65ebf29305a9050892337c0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:24:14 +0000 Subject: [PATCH] Bump ProtocolLib from 4.5.1 to 4.7.0 Bumps [ProtocolLib](https://github.com/dmulloy2/ProtocolLib) from 4.5.1 to 4.7.0. - [Release notes](https://github.com/dmulloy2/ProtocolLib/releases) - [Commits](https://github.com/dmulloy2/ProtocolLib/compare/4.5.1...4.7.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..bd2d715256 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.7.0' api group: 'com.github.juliarn', name: 'npc-lib', version: '2.3-RELEASE' }