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 e08d818 commit 9987a23Copy full SHA for 9987a23
build.gradle
@@ -25,8 +25,8 @@ dependencies {
25
api 'org.apache.httpcomponents:httpclient:4.5.13'
26
api 'com.google.code.gson:gson:2.8.9'
27
28
- compileOnly 'org.projectlombok:lombok:1.18.22'
29
- annotationProcessor 'org.projectlombok:lombok:1.18.22'
+ compileOnly 'org.projectlombok:lombok:1.18.30'
+ annotationProcessor 'org.projectlombok:lombok:1.18.30'
30
}
31
32
compileJava.options.encoding = 'UTF-8'
0 commit comments