Update dependencies

This commit is contained in:
2023-06-08 15:25:25 -05:00
parent 7caa89539d
commit ffbad7928a
2 changed files with 14 additions and 14 deletions

View File

@ -37,8 +37,8 @@ publishing {
}
dependencies {
compileOnly("org.projectlombok:lombok:1.18.26")
annotationProcessor("org.projectlombok:lombok:1.18.26")
compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28")
compileOnly("org.json:json:20230227")
compileOnly("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")