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