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 3f6fe83 commit 6db918cCopy full SHA for 6db918c
spring-pulsar-sample-apps/sample-pulsar-functions/sample-signup-function/build.gradle
@@ -16,8 +16,8 @@ def pulsarVersion = project.properties['pulsarVersion'] ?: versionCatalog.findVe
16
dependencies {
17
implementation "org.apache.pulsar:pulsar-client-all:${pulsarVersion}"
18
implementation "org.apache.pulsar:pulsar-functions-api:${pulsarVersion}"
19
- compileOnly 'org.projectlombok:lombok:1.18.40'
20
- annotationProcessor 'org.projectlombok:lombok:1.18.40'
+ compileOnly 'org.projectlombok:lombok:1.18.42'
+ annotationProcessor 'org.projectlombok:lombok:1.18.42'
21
}
22
23
// Customization of jar to make a simple Uber function jar
0 commit comments