Update dependencies

This commit is contained in:
2024-09-10 18:23:04 -05:00
parent dcef153c1f
commit 8aae81cbb6
7 changed files with 22 additions and 22 deletions

View File

@ -39,8 +39,8 @@ publishing {
}
dependencies {
compileOnly("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.32")
compileOnly("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.34")
compileOnly("org.json:json:20240303")
compileOnly("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")