From 89d9cba6d56c791c0dda5c1c4ab4d29b082530a4 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 17 May 2026 13:57:14 -0400 Subject: [PATCH] Update Velocity dependencies --- proxy/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proxy/build.gradle.kts b/proxy/build.gradle.kts index 74d5324..b3d8ba5 100644 --- a/proxy/build.gradle.kts +++ b/proxy/build.gradle.kts @@ -39,9 +39,9 @@ publishing { } dependencies { - compileOnly("org.projectlombok:lombok:1.18.42") - annotationProcessor("org.projectlombok:lombok:1.18.42") + compileOnly("org.projectlombok:lombok:1.18.48") + annotationProcessor("org.projectlombok:lombok:1.18.48") compileOnly("org.json:json:20251224") - compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT") - annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT") + compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT") + annotationProcessor("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT") } \ No newline at end of file