fix(deps): update errorproneversion to v2.39.0

This commit is contained in:
renovate[bot] 2025-06-30 17:25:59 +00:00 committed by GitHub
parent 360897b98e
commit 9914851632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ val DEPENDENCY_BOMS = listOf(
) )
val autoValueVersion = "1.11.0" val autoValueVersion = "1.11.0"
val errorProneVersion = "2.38.0" val errorProneVersion = "2.39.0"
val jmhVersion = "1.37" val jmhVersion = "1.37"
// Mockito 5.x.x requires Java 11 https://github.com/mockito/mockito/releases/tag/v5.0.0 // Mockito 5.x.x requires Java 11 https://github.com/mockito/mockito/releases/tag/v5.0.0
val mockitoVersion = "4.11.0" val mockitoVersion = "4.11.0"