Skip to content

Commit b25aa4c

Browse files
fix(deps): bump org.projectlombok:lombok from 1.18.34 to 1.18.36 (#235)
1 parent 3c396a3 commit b25aa4c

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
@@ -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.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'
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'
3333
}
3434

3535
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)