Skip to content

Commit

Permalink
fix(deps): 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 8, 2024
1 parent 1eb1f1b commit 20c34e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflexion/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
testRuntimeOnly("net.java.dev.jna", "jna", jnaVersion)

// other libs
val annotationsVersion = "24.1.0"
val annotationsVersion = "26.0.0"
compileOnly("org.jetbrains", "annotations", annotationsVersion)

// testing
Expand Down

0 comments on commit 20c34e7

Please sign in to comment.