Skip to content

Commit

Permalink
Update dependency org.jetbrains:annotations to v24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 15, 2023
1 parent 8750ee6 commit 58d4d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ allprojects {
}

dependencies {
api("org.jetbrains", "annotations", "24.0.1")
api("org.jetbrains", "annotations", "24.1.0")

api(platform("com.fasterxml.jackson:jackson-bom:2.15.3"))
api("com.fasterxml.jackson.core", "jackson-core")
Expand Down

0 comments on commit 58d4d22

Please sign in to comment.