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 1b38e00 commit ea47b14Copy full SHA for ea47b14
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.1")
28
29
/** Test dependencies **/
30
testImplementation(platform("org.junit:junit-bom:5.10.2"))
0 commit comments