Skip to content

Commit

Permalink
deps: bump org.projectlombok:lombok from 1.18.30 to 1.18.32 (#597)
Browse files Browse the repository at this point in the history
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.32.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.30...v1.18.32)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 30, 2024
1 parent 1e7c717 commit 61adbb0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
compileOnly('net.essentialsx:EssentialsX:2.20.1') {
exclude group: 'org.spigotmc', module: 'spigot-api'
}
compileOnly 'org.projectlombok:lombok:1.18.30'
compileOnly 'org.projectlombok:lombok:1.18.32'

testImplementation 'com.github.seeseemelk:MockBukkit-v1.17:1.13.0'
testImplementation 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
Expand All @@ -26,7 +26,7 @@ dependencies {
testImplementation "org.xerial:sqlite-jdbc:${sqlite_driver_version}"
testImplementation "com.mysql:mysql-connector-j:${mysql_driver_version}"

annotationProcessor 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.32'
}

shadowJar {
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ dependencies {
compileOnly 'com.github.BlueMap-Minecraft:BlueMapAPI:2.6.0'
compileOnly 'us.dynmap:DynmapCoreAPI:3.4'
compileOnly 'maven.modrinth:pl3xmap:1.20.2-475'
compileOnly 'org.projectlombok:lombok:1.18.30'
compileOnly 'org.projectlombok:lombok:1.18.32'

testImplementation 'com.github.plan-player-analytics:Plan:5.5.2391'
testImplementation 'com.github.yuriy-g:simple-java-plot:5c502c2e98'
testImplementation 'com.google.guava:guava:33.1.0-jre'

annotationProcessor 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.32'
}
4 changes: 2 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ dependencies {
implementation include("com.h2database:h2:$h2_driver_version")

compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.projectlombok:lombok:1.18.30'
compileOnly 'org.projectlombok:lombok:1.18.32'

annotationProcessor 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.32'

shadow project(path: ":common")
}
Expand Down
4 changes: 2 additions & 2 deletions paper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies {
compileOnly 'me.lucko:commodore:2.2'
compileOnly 'com.github.MilkBowl:VaultAPI:1.7.1'
compileOnly 'me.clip:placeholderapi:2.11.5'
compileOnly 'org.projectlombok:lombok:1.18.30'
compileOnly 'org.projectlombok:lombok:1.18.32'

annotationProcessor 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.32'
}

shadowJar {
Expand Down
4 changes: 2 additions & 2 deletions sponge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ dependencies {
implementation "org.xerial:sqlite-jdbc:${sqlite_driver_version}"
implementation "com.h2database:h2:${h2_driver_version}"

compileOnly 'org.projectlombok:lombok:1.18.30'
compileOnly 'org.projectlombok:lombok:1.18.32'

annotationProcessor 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.32'
}

sponge {
Expand Down

0 comments on commit 61adbb0

Please sign in to comment.