Skip to content

Commit 5042f5c

Browse files
dependabot[bot]onobc
authored andcommitted
Bump org.projectlombok:lombok from 1.18.38 to 1.18.40
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.38 to 1.18.40. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.38...v1.18.40) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.40 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adc6c2d commit 5042f5c

File tree

1 file changed

+2
-2
lines changed
  • spring-pulsar-sample-apps/sample-pulsar-functions/sample-signup-function

1 file changed

+2
-2
lines changed

spring-pulsar-sample-apps/sample-pulsar-functions/sample-signup-function/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def pulsarVersion = '4.0.5'
1717
dependencies {
1818
implementation "org.apache.pulsar:pulsar-client-all:${pulsarVersion}"
1919
implementation "org.apache.pulsar:pulsar-functions-api:${pulsarVersion}"
20-
compileOnly 'org.projectlombok:lombok:1.18.38'
21-
annotationProcessor 'org.projectlombok:lombok:1.18.38'
20+
compileOnly 'org.projectlombok:lombok:1.18.40'
21+
annotationProcessor 'org.projectlombok:lombok:1.18.40'
2222
}
2323

2424
// Customization of jar to make a simple Uber function jar

0 commit comments

Comments
 (0)