Skip to content

Commit

Permalink
chore(deps): bump org.projectlombok:lombok from 1.18.34 to 1.18.36
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 37d6380 commit 41c0489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion echarts4j-3rd-charts/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
lombokVersion = "1.18.34"
lombokVersion = "1.18.36"
}

description ':doughnut: An extension for echarts4j for 3rd charts.'
Expand Down
2 changes: 1 addition & 1 deletion echarts4j-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
lang3Version = "3.17.0"
freeMakerVersion = "2.3.33"
lombokVersion = "1.18.34"
lombokVersion = "1.18.36"
jsonPVersion = "1.18.3"
jaywayVersion = "2.9.0"
}
Expand Down

0 comments on commit 41c0489

Please sign in to comment.