aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Ilin <hevav@hevav.dev>2023-01-02 16:44:23 +0300
committerPetr Ilin <hevav@hevav.dev>2023-01-02 16:44:23 +0300
commit30ca033a92526e51c0763b5fe1da38a5b476c799 (patch)
treebc8d7ba5f2d91223ed7e20bd52ce00375297f743
parent2e6d82892032e0021eafeefda6de03774932602b (diff)
downloadLimboAuth-30ca033a92526e51c0763b5fe1da38a5b476c799.tar.gz
LimboAuth-30ca033a92526e51c0763b5fe1da38a5b476c799.tar.bz2
LimboAuth-30ca033a92526e51c0763b5fe1da38a5b476c799.zip
Bump dependencies
-rw-r--r--build.gradle12
1 files 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 {