Skip to content

Commit d15938d

Browse files
fix(deps): 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] <support@github.com>
1 parent 111ea07 commit d15938d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ dependencies {
2626
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
2727
testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11'
2828

29-
compileOnly 'org.projectlombok:lombok:1.18.36'
30-
annotationProcessor 'org.projectlombok:lombok:1.18.36'
31-
testCompileOnly 'org.projectlombok:lombok:1.18.36'
32-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
29+
compileOnly 'org.projectlombok:lombok:1.18.38'
30+
annotationProcessor 'org.projectlombok:lombok:1.18.38'
31+
testCompileOnly 'org.projectlombok:lombok:1.18.38'
32+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
3333
}
3434

3535
tasks.register('sourcesJar', Jar) {

0 commit comments

Comments
 (0)