Skip to content

Commit

Permalink
Update dependency org.jetbrains:annotations to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 44e3b2f commit 3380c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tasks.withType<Test>().configureEach {

configurations.all {
resolutionStrategy {
force("org.jetbrains:annotations:23.0.0")
force("org.jetbrains:annotations:26.0.1")
force("org.ow2.asm:asm:9.3")
}
}

0 comments on commit 3380c07

Please sign in to comment.