fix(deps): update errorproneversion to v2.38.0 (#7285)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jack Berg <jberg@newrelic.com>
This commit is contained in:
renovate[bot] 2025-04-24 11:31:16 -05:00 committed by GitHub
parent b468a2e9bf
commit b8d9c027fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,6 @@ tasks {
disable("UnnecessarilyFullyQualified")
// We use animal sniffer
disable("Java7ApiChecker")
disable("Java8ApiChecker")
disable("AndroidJdkLibsChecker")
@ -87,8 +86,9 @@ tasks {
// cognitive load is dubious.
disable("YodaCondition")
// Text blocks are not supported in java 8
disable("StringConcatToTextBlock")
// We annotate packages with @ParametersAreNonnullByDefault from com.google.code.findbugs:jsr305.
// @NullMarked is the equivalent from jspecify.
disable("AddNullMarkedToPackageInfo")
if ((name.contains("Jmh") || name.contains("Test") || project.name.contains("testing-internal")) && !project.name.equals("custom-checks")) {
// Allow underscore in test-type method names

View File

@ -28,7 +28,7 @@ val DEPENDENCY_BOMS = listOf(
)
val autoValueVersion = "1.11.0"
val errorProneVersion = "2.37.0"
val errorProneVersion = "2.38.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"