Skip to content

Commit

Permalink
Update dependency org.jetbrains:annotations to v25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 839f5a6 commit f2cbedb
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 @@ -23,7 +23,7 @@ repositories {

dependencies {
api(gradleApi())
compileOnly("org.jetbrains:annotations:24.1.0")
compileOnly("org.jetbrains:annotations:25.0.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
// FIXME: Revert to upstream if https://github.com/bsideup/jabel/issues/182#issuecomment-1898900307 is ever closed
annotationProcessor("com.pkware.jabel:jabel-javac-plugin:1.0.1-1")
Expand Down

0 comments on commit f2cbedb

Please sign in to comment.