Skip to content

Commit

Permalink
Bump lombok from 1.18.10 to 1.18.12 (#262)
Browse files Browse the repository at this point in the history
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.10 to 1.18.12.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.10...v1.18.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Feb 23, 2020
1 parent 80948bf commit 3113654
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ configure(subprojects.findAll { !it.name.startsWith("examples/") }) {
}

dependencies {
dependency 'org.projectlombok:lombok:1.18.10'
dependency 'org.projectlombok:lombok:1.18.12'

dependency 'org.pf4j:pf4j:3.1.0'

Expand Down
4 changes: 2 additions & 2 deletions examples/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ repositories {
}

dependencies {
compileOnly 'org.projectlombok:lombok:1.18.10'
annotationProcessor 'org.projectlombok:lombok:1.18.8'
compileOnly 'org.projectlombok:lombok:1.18.12'
annotationProcessor 'org.projectlombok:lombok:1.18.12'

compile 'org.testcontainers:kafka:1.12.3'

Expand Down
2 changes: 1 addition & 1 deletion examples/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencyManagement {
entry "testing"
}

dependency 'org.projectlombok:lombok:1.18.10'
dependency 'org.projectlombok:lombok:1.18.12'
dependency 'com.google.auto.service:auto-service:1.0-rc6'
}
}
Expand Down

0 comments on commit 3113654

Please sign in to comment.