Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains:annotations to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent a69fd2c commit 6e2e977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object UtilLibs {

object Version {

const val jetbrainsAnnotations = "20.1.0"
const val jetbrainsAnnotations = "24.1.0"
}

const val jetbrainsAnnotations = "org.jetbrains:annotations:${Version.jetbrainsAnnotations}"
Expand Down

0 comments on commit 6e2e977

Please sign in to comment.