Skip to content

Commit

Permalink
chore(deps): update dependency org.jetbrains:annotations to v25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 2dff091 commit 1bfd8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ subprojects {

dependencies {
// annotations
compileOnly("org.jetbrains:annotations:24.1.0")
testCompileOnly("org.jetbrains:annotations:24.1.0")
compileOnly("org.jetbrains:annotations:25.0.0")
testCompileOnly("org.jetbrains:annotations:25.0.0")

// tests
testImplementation(platform("org.junit:junit-bom:5.11.0"))
Expand Down

0 comments on commit 1bfd8e2

Please sign in to comment.