Skip to content

Commit 7b21a08

Browse files
Bump org.projectlombok:lombok from 1.18.30 to 1.18.32 (#37)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.32. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.30...v1.18.32) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bcbb1c commit 7b21a08

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
@@ -24,10 +24,10 @@ dependencies {
2424
implementation 'org.apache.commons:commons-text:1.11.0'
2525
implementation 'org.slf4j:slf4j-api:2.0.12'
2626

27-
compileOnly 'org.projectlombok:lombok:1.18.30'
28-
annotationProcessor 'org.projectlombok:lombok:1.18.30'
29-
testCompileOnly 'org.projectlombok:lombok:1.18.30'
30-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
27+
compileOnly 'org.projectlombok:lombok:1.18.32'
28+
annotationProcessor 'org.projectlombok:lombok:1.18.32'
29+
testCompileOnly 'org.projectlombok:lombok:1.18.32'
30+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
3131

3232
testImplementation 'org.testng:testng:7.10.1'
3333
testImplementation 'org.assertj:assertj-core:3.25.3'

0 commit comments

Comments
 (0)