Skip to content

Commit

Permalink
build(deps): bump org.projectlombok:lombok from 1.18.34 to 1.18.36 (#536
Browse files Browse the repository at this point in the history
)

Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.34 to 1.18.36.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.34...v1.18.36)

---
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 Dec 13, 2024
1 parent 49bdc0c commit 9c3155b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'org.bstats:bstats-bukkit:3.1.0'

compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
compileOnly 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
compileOnly 'org.jetbrains:annotations:26.0.1'
compileOnly 'com.google.guava:guava:33.3.1-jre'
compileOnly 'net.william278:minedown:1.8.2'
Expand All @@ -31,7 +31,7 @@ dependencies {
testImplementation "org.mariadb.jdbc:mariadb-java-client:$mariadb_driver_version"
testImplementation "redis.clients:jedis:$jedis_version"

annotationProcessor 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
}

shadowJar {
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
compileOnly 'net.kyori:adventure-platform-api:4.3.4'
compileOnly 'org.jetbrains:annotations:26.0.1'
compileOnly 'com.google.guava:guava:33.3.1-jre'
compileOnly 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'

compileOnly "org.xerial:sqlite-jdbc:$sqlite_driver_version"
compileOnly "com.mysql:mysql-connector-j:$mysql_driver_version"
Expand All @@ -35,5 +35,5 @@ dependencies {
testImplementation 'com.google.guava:guava:33.3.1-jre'
testCompileOnly 'org.jetbrains:annotations:26.0.1'

annotationProcessor 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
}
2 changes: 1 addition & 1 deletion paper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compileOnly 'io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT'

compileOnly 'org.jetbrains:annotations:26.0.1'
compileOnly 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
compileOnly 'net.william278.cloplib:cloplib-bukkit:1.0.12'
}

Expand Down

0 comments on commit 9c3155b

Please sign in to comment.