Skip to content

Commit c892247

Browse files
fix(deps): bump org.projectlombok:lombok from 1.18.32 to 1.18.34 (#202)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.32...v1.18.34) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46e2e0a commit c892247

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.32'
30-
annotationProcessor 'org.projectlombok:lombok:1.18.32'
31-
testCompileOnly 'org.projectlombok:lombok:1.18.32'
32-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
29+
compileOnly 'org.projectlombok:lombok:1.18.34'
30+
annotationProcessor 'org.projectlombok:lombok:1.18.34'
31+
testCompileOnly 'org.projectlombok:lombok:1.18.34'
32+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
3333
}
3434

3535
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)