Skip to content

Commit

Permalink
fix(deps): update dependency com.google.errorprone:error_prone_annota…
Browse files Browse the repository at this point in the history
…tions to v2.34.0
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 62df132 commit ef3dc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val DEPENDENCY_BOMS = listOf(
)

val autoValueVersion = "1.11.0"
val errorProneVersion = "2.33.0"
val errorProneVersion = "2.34.0"
val jmhVersion = "1.37"
// Mockito 5.x.x requires Java 11 https://github.com/mockito/mockito/releases/tag/v5.0.0
val mockitoVersion = "4.11.0"
Expand Down

0 comments on commit ef3dc70

Please sign in to comment.