From bc22bdd4ed9d176f7518c914d0bbaf06bcb19db7 Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Tue, 18 Oct 2022 00:32:22 +0900 Subject: [PATCH] Update build.gradle --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9924c8f..491f492 100644 --- a/build.gradle +++ b/build.gradle @@ -20,11 +20,11 @@ repositories { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1' implementation 'org.spongepowered:configurate-yaml:4.1.2' - implementation 'io.netty:netty-all:4.1.82.Final' + implementation 'io.netty:netty-all:4.1.84.Final' implementation 'net.kyori:adventure-nbt:4.11.0' implementation 'com.grack:nanojson:1.7' }