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 93001de commit b4e9c19Copy full SHA for b4e9c19
build.gradle
@@ -44,8 +44,8 @@ dependencies {
44
implementation 'io.sentry:sentry:7.22.5'
45
implementation 'rocks.kavin:reqwest4j:1.0.14'
46
implementation 'io.minio:minio:8.5.17'
47
- compileOnly 'org.projectlombok:lombok:1.18.34'
48
- annotationProcessor 'org.projectlombok:lombok:1.18.34'
+ compileOnly 'org.projectlombok:lombok:1.18.38'
+ annotationProcessor 'org.projectlombok:lombok:1.18.38'
49
}
50
51
shadowJar {
0 commit comments