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 43252b6 commit 3eeee16Copy full SHA for 3eeee16
build.gradle
@@ -69,10 +69,10 @@ dependencies {
69
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2'
70
71
// Lombok
72
- compileOnly 'org.projectlombok:lombok:1.18.36'
73
- annotationProcessor 'org.projectlombok:lombok:1.18.36'
74
- testCompileOnly 'org.projectlombok:lombok:1.18.36'
75
- testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
+ compileOnly 'org.projectlombok:lombok:1.18.38'
+ annotationProcessor 'org.projectlombok:lombok:1.18.38'
+ testCompileOnly 'org.projectlombok:lombok:1.18.38'
+ testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
76
77
// Jwt
78
implementation 'com.auth0:java-jwt:4.5.0'
0 commit comments