From 30ca033a92526e51c0763b5fe1da38a5b476c799 Mon Sep 17 00:00:00 2001 From: Petr Ilin Date: Mon, 2 Jan 2023 16:44:23 +0300 Subject: Bump dependencies --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index c007452..85701f6 100644 --- a/build.gradle +++ b/build.gradle @@ -41,13 +41,13 @@ repositories { dependencies { compileOnly("net.elytrium:limboapi-api:1.0.7") - compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") - compileOnly("com.velocitypowered:velocity-proxy:3.1.2-SNAPSHOT") // From Elytrium Repo. - annotationProcessor("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") + compileOnly("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT") + compileOnly("com.velocitypowered:velocity-proxy:3.2.0-SNAPSHOT") // From Elytrium Repo. + annotationProcessor("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT") // Needs for some velocity methods. - compileOnly("io.netty:netty-codec:4.1.77.Final") - compileOnly("io.netty:netty-handler:4.1.77.Final") + compileOnly('io.netty:netty-codec:4.1.86.Final') + compileOnly("io.netty:netty-handler:4.1.86.Final") compileOnly("org.geysermc.floodgate:api:2.1.1-SNAPSHOT") @@ -59,7 +59,7 @@ dependencies { implementation("org.bstats:bstats-velocity:3.0.0") implementation("de.mkammerer:argon2-jvm-nolibs:2.11") - compileOnly("com.github.spotbugs:spotbugs-annotations:4.7.0") + compileOnly('com.github.spotbugs:spotbugs-annotations:4.7.3') } shadowJar { -- cgit