Skip to content

Commit 8fc879b

Browse files
fix(deps): update dependency org.jetbrains:annotations to v26
1 parent 1f24fd4 commit 8fc879b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ subprojects {
3030
}
3131

3232
dependencies {
33-
compileOnlyApi("org.jetbrains:annotations:24.1.0")
33+
compileOnlyApi("org.jetbrains:annotations:26.0.2-1")
3434
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
3535
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
3636
}

0 commit comments

Comments
 (0)