Skip to content

Commit

Permalink
chore(deps): update dependency org.jetbrains:annotations to v26 (#338)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent aa71a81 commit 01099ff
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:25.0.0")
testCompileOnly("org.jetbrains:annotations:25.0.0")
compileOnly("org.jetbrains:annotations:26.0.0")
testCompileOnly("org.jetbrains:annotations:26.0.0")

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

0 comments on commit 01099ff

Please sign in to comment.