Skip to content

Commit 2a0de44

Browse files
Bump lombok from 1.18.16 to 1.18.20 in /examples (#3956)
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.16 to 1.18.20. - [Release notes](https://github.com/rzwitserloot/lombok/releases) - [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.16...v1.18.20) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36e2035 commit 2a0de44

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/disque-job-queue/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ repositories {
77
}
88

99
dependencies {
10-
compileOnly "org.projectlombok:lombok:1.18.16"
11-
annotationProcessor "org.projectlombok:lombok:1.18.14"
10+
compileOnly "org.projectlombok:lombok:1.18.20"
11+
annotationProcessor "org.projectlombok:lombok:1.18.20"
1212
implementation 'biz.paluch.redis:spinach:0.3'
1313
implementation 'com.google.code.gson:gson:2.8.6'
1414
implementation 'com.google.guava:guava:23.0'

examples/kafka-cluster/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
testCompileOnly "org.projectlombok:lombok:1.18.10"
10+
testCompileOnly "org.projectlombok:lombok:1.18.20"
1111
testAnnotationProcessor "org.projectlombok:lombok:1.18.10"
1212
testCompile 'org.testcontainers:kafka'
1313
testCompile 'org.apache.kafka:kafka-clients:2.3.1'

examples/solr-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
compileOnly "org.projectlombok:lombok:1.18.16"
10+
compileOnly "org.projectlombok:lombok:1.18.20"
1111
annotationProcessor "org.projectlombok:lombok:1.18.16"
1212

1313
implementation 'org.apache.solr:solr-solrj:8.7.0'

0 commit comments

Comments
 (0)