Skip to content

Commit

Permalink
Merge branch 'master' into gh-5116
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed May 19, 2022
2 parents aaeb07b + ea7b29b commit 6433274
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

plugins {
id 'io.franzbecker.gradle-lombok' version '4.0.0'
id 'io.franzbecker.gradle-lombok' version '5.0.0'
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'me.champeau.gradle.japicmp' version '0.2.9' apply false
}
Expand Down Expand Up @@ -40,7 +40,7 @@ subprojects {
}

lombok {
version = '1.18.20'
version = '1.18.24'
}


Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
testCompileOnly "org.projectlombok:lombok:1.18.24"
testAnnotationProcessor "org.projectlombok:lombok:1.18.22"
testAnnotationProcessor "org.projectlombok:lombok:1.18.24"
testImplementation 'org.testcontainers:kafka'
testImplementation 'org.apache.kafka:kafka-clients:3.1.0'
testImplementation 'org.assertj:assertj-core:3.22.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/solr-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
compileOnly "org.projectlombok:lombok:1.18.24"
annotationProcessor "org.projectlombok:lombok:1.18.22"
annotationProcessor "org.projectlombok:lombok:1.18.24"

implementation 'org.apache.solr:solr-solrj:8.11.1'

Expand Down

0 comments on commit 6433274

Please sign in to comment.