Skip to content

Commit

Permalink
chore(deps): update dependency org.jetbrains:annotations to v26.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent feef122 commit 2fedc4a
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:26.0.0")
testCompileOnly("org.jetbrains:annotations:26.0.0")
compileOnly("org.jetbrains:annotations:26.0.1")
testCompileOnly("org.jetbrains:annotations:26.0.1")

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

0 comments on commit 2fedc4a

Please sign in to comment.