Skip to content

Commit 683a4f5

Browse files
Bump lombok from 1.18.20 to 1.18.22
Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.20 to 1.18.22. - [Release notes](https://github.com/projectlombok/lombok/releases) - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.20...v1.18.22) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e10b161 commit 683a4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation("org.ow2.asm:asm-util:$asmVer")
4646
implementation("org.ow2.asm:asm-tree:$asmVer")
4747

48-
val lombok = "org.projectlombok:lombok:1.18.20"
48+
val lombok = "org.projectlombok:lombok:1.18.22"
4949
compileOnly(lombok)
5050
testCompileOnly(lombok)
5151
annotationProcessor(lombok)

0 commit comments

Comments
 (0)