We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2ff3d commit 3bbfa0bCopy full SHA for 3bbfa0b
build.gradle.kts
@@ -23,8 +23,8 @@ subprojects {
23
/** Annotations **/
24
implementation("org.projectlombok:lombok:1.18.34")
25
annotationProcessor("org.projectlombok:lombok:1.18.34")
26
- implementation("org.jetbrains:annotations:24.1.0")
27
+ implementation("org.jetbrains:annotations:26.0.2-1")
28
29
/** Test dependencies **/
30
testImplementation(platform("org.junit:junit-bom:5.10.2"))
0 commit comments