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 e614506 commit ffc5e8aCopy full SHA for ffc5e8a
sql/build.gradle.kts
@@ -19,7 +19,7 @@ repositories {
19
20
dependencies {
21
compileOnly("org.projectlombok:lombok:1.18.34")
22
- compileOnly("org.jetbrains:annotations:24.1.0")
+ compileOnly("org.jetbrains:annotations:25.0.0")
23
compileOnly(project(":annotations"))
24
25
annotationProcessor("org.projectlombok:lombok:1.18.34")
0 commit comments