We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc6c2d commit 5042f5cCopy full SHA for 5042f5c
spring-pulsar-sample-apps/sample-pulsar-functions/sample-signup-function/build.gradle
@@ -17,8 +17,8 @@ def pulsarVersion = '4.0.5'
17
dependencies {
18
implementation "org.apache.pulsar:pulsar-client-all:${pulsarVersion}"
19
implementation "org.apache.pulsar:pulsar-functions-api:${pulsarVersion}"
20
- compileOnly 'org.projectlombok:lombok:1.18.38'
21
- annotationProcessor 'org.projectlombok:lombok:1.18.38'
+ compileOnly 'org.projectlombok:lombok:1.18.40'
+ annotationProcessor 'org.projectlombok:lombok:1.18.40'
22
}
23
24
// Customization of jar to make a simple Uber function jar
0 commit comments