Skip to content

Commit 4aa2d54

Browse files
Update dependency org.jetbrains:annotations to v26
1 parent 44e3b2f commit 4aa2d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tasks.withType<Test>().configureEach {
2929

3030
configurations.all {
3131
resolutionStrategy {
32-
force("org.jetbrains:annotations:23.0.0")
32+
force("org.jetbrains:annotations:26.0.0")
3333
force("org.ow2.asm:asm:9.3")
3434
}
3535
}

0 commit comments

Comments
 (0)