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 1/3] 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' } From 714ef11fa8e8a1ca6c8ee5bdbce64b94c3ef4200 Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Thu, 10 Nov 2022 19:35:32 +0900 Subject: [PATCH 2/3] Bump netty to 4.1.85.Final Bump netty to 4.1.85.Final --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 491f492..d0c542d 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { 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.84.Final' + implementation 'io.netty:netty-all:4.1.85.Final' implementation 'net.kyori:adventure-nbt:4.11.0' implementation 'com.grack:nanojson:1.7' } From a327f7bc982e4cd1167b3e20d85d1f42005deff1 Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Thu, 1 Dec 2022 12:23:27 +0900 Subject: [PATCH 3/3] Bump adventure-nbt to 4.12.0 Bump adventure-nbt to 4.12.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d0c542d..e036717 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation 'org.spongepowered:configurate-yaml:4.1.2' implementation 'io.netty:netty-all:4.1.85.Final' - implementation 'net.kyori:adventure-nbt:4.11.0' + implementation 'net.kyori:adventure-nbt:4.12.0' implementation 'com.grack:nanojson:1.7' }