From e7257894e372199594326a310271e48c5f0a9313 Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Sun, 28 Aug 2022 10:01:28 +0900 Subject: [PATCH] Update build.gradle --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 09eec6a..944741b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'com.github.johnrengelman.shadow' version '7.0.0' + id 'com.github.johnrengelman.shadow' version '7.1.2' } group 'ru.nanit' @@ -20,12 +20,12 @@ repositories { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0' implementation 'org.spongepowered:configurate-yaml:4.1.2' - implementation 'io.netty:netty-all:4.1.77.Final' - implementation 'net.kyori:adventure-nbt:4.10.1' + implementation 'io.netty:netty-all:4.1.80.Final' + implementation 'net.kyori:adventure-nbt:4.11.0' implementation 'com.grack:nanojson:1.7' } @@ -41,4 +41,4 @@ shadowJar { test { useJUnitPlatform() -} \ No newline at end of file +}