Skip to content

Commit 3eeee16

Browse files
Bump org.projectlombok:lombok from 1.18.36 to 1.18.38
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.36 to 1.18.38. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.36...v1.18.38) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.38 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43252b6 commit 3eeee16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ dependencies {
6969
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2'
7070

7171
// Lombok
72-
compileOnly 'org.projectlombok:lombok:1.18.36'
73-
annotationProcessor 'org.projectlombok:lombok:1.18.36'
74-
testCompileOnly 'org.projectlombok:lombok:1.18.36'
75-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
72+
compileOnly 'org.projectlombok:lombok:1.18.38'
73+
annotationProcessor 'org.projectlombok:lombok:1.18.38'
74+
testCompileOnly 'org.projectlombok:lombok:1.18.38'
75+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
7676

7777
// Jwt
7878
implementation 'com.auth0:java-jwt:4.5.0'

0 commit comments

Comments
 (0)