Skip to content

Commit 1e0639c

Browse files
authored
Merge pull request #63 from MinimallyCorrect/dependabot/gradle/org.projectlombok-lombok-1.18.22
Bump lombok from 1.18.20 to 1.18.22
2 parents 43a5f31 + 683a4f5 commit 1e0639c

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)