diff --git a/build.gradle b/build.gradle index e1c7bb5..0c4a369 100644 --- a/build.gradle +++ b/build.gradle @@ -30,8 +30,8 @@ repositories { dependencies { compileOnly 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT' compileOnly 'com.velocitypowered:velocity-proxy:3.2.0-SNAPSHOT' - compileOnly 'io.netty:netty-codec-http:4.1.97.Final' - compileOnly 'org.projectlombok:lombok:1.18.28' + compileOnly 'io.netty:netty-codec-http:4.1.98.Final' + compileOnly 'org.projectlombok:lombok:1.18.30' compileOnly 'net.luckperms:api:5.4' compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.0.0' compileOnly 'net.william278:PAPIProxyBridge:1.4' @@ -45,7 +45,7 @@ dependencies { implementation 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' implementation 'org.bstats:bstats-velocity:3.0.2' - annotationProcessor 'org.projectlombok:lombok:1.18.28' + annotationProcessor 'org.projectlombok:lombok:1.18.30' } processResources {