We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c396a3 commit b25aa4cCopy full SHA for b25aa4c
build.gradle
@@ -26,10 +26,10 @@ dependencies {
26
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
27
testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11'
28
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'
+ compileOnly 'org.projectlombok:lombok:1.18.36'
+ annotationProcessor 'org.projectlombok:lombok:1.18.36'
+ testCompileOnly 'org.projectlombok:lombok:1.18.36'
+ testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
33
}
34
35
task sourcesJar(type: Jar) {
0 commit comments