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 c474cd2 commit 79f9b74Copy full SHA for 79f9b74
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.40'
21
- annotationProcessor 'org.projectlombok:lombok:1.18.40'
+ compileOnly 'org.projectlombok:lombok:1.18.42'
+ annotationProcessor 'org.projectlombok:lombok:1.18.42'
22
}
23
24
// Customization of jar to make a simple Uber function jar
0 commit comments