From a3d49661504b6442261f430dfa067312a3f030a9 Mon Sep 17 00:00:00 2001 From: BoomEaro <21033866+BoomEaro@users.noreply.github.com> Date: Thu, 9 Jun 2022 15:16:35 +0300 Subject: [PATCH] Update dependencies --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index dd621f1..29e65bb 100644 --- a/build.gradle +++ b/build.gradle @@ -15,8 +15,8 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0' implementation 'org.spongepowered:configurate-yaml:4.1.2' - implementation 'io.netty:netty-all:4.1.73.Final' - implementation 'net.kyori:adventure-nbt:4.9.2' + implementation 'io.netty:netty-all:4.1.77.Final' + implementation 'net.kyori:adventure-nbt:4.10.1' implementation 'com.grack:nanojson:1.7' }