We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa5ce7 commit 99208b4Copy full SHA for 99208b4
data-prepper-plugins/opensearch/build.gradle
@@ -4,8 +4,8 @@
4
*/
5
6
dependencies {
7
- compileOnly 'org.projectlombok:lombok:1.18.30'
8
- annotationProcessor 'org.projectlombok:lombok:1.18.30'
+ compileOnly 'org.projectlombok:lombok:1.18.38'
+ annotationProcessor 'org.projectlombok:lombok:1.18.38'
9
implementation project(':data-prepper-api')
10
implementation libs.armeria.core
11
testImplementation project(':data-prepper-api').sourceSets.test.output
0 commit comments