Bump org.projectlombok:lombok from 1.18.26 to 1.18.28 (#59)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-29 13:21:46 +01:00 committed by GitHub
parent 6f6ba3b0bb
commit c734a87100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ dependencies {
compileOnly 'io.netty:netty-codec-http:4.1.93.Final' compileOnly 'io.netty:netty-codec-http:4.1.93.Final'
compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.0.0' compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.0.0'
compileOnly 'net.william278:PAPIProxyBridge:1.2' compileOnly 'net.william278:PAPIProxyBridge:1.2'
compileOnly 'org.projectlombok:lombok:1.18.26' compileOnly 'org.projectlombok:lombok:1.18.28'
implementation 'org.apache.commons:commons-text:1.10.0' implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'net.william278:Annotaml:2.0.1' implementation 'net.william278:Annotaml:2.0.1'
@ -41,7 +41,7 @@ dependencies {
implementation 'net.william278:DesertWell:2.0.4' implementation 'net.william278:DesertWell:2.0.4'
implementation 'org.bstats:bstats-velocity:3.0.2' implementation 'org.bstats:bstats-velocity:3.0.2'
annotationProcessor 'org.projectlombok:lombok:1.18.26' annotationProcessor 'org.projectlombok:lombok:1.18.28'
} }
processResources { processResources {