fix(deps): update errorproneversion to v2.32.0 (main) (minor) (#12225)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
This commit is contained in:
renovate[bot] 2024-09-12 11:25:44 +03:00 committed by GitHub
parent 282185feb9
commit bd9dce8fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -12,15 +12,15 @@ dependencies {
}
otelJava {
minJavaVersionSupported.set(JavaVersion.VERSION_11)
minJavaVersionSupported.set(JavaVersion.VERSION_17)
}
// We cannot use "--release" javac option here because that will forbid exporting com.sun.tools package.
// We also can't seem to use the toolchain without the "--release" option. So disable everything.
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
toolchain {
languageVersion.set(null as JavaLanguageVersion?)
}

View File

@ -40,7 +40,7 @@ val DEPENDENCY_BOMS = listOf(
val autoServiceVersion = "1.1.1"
val autoValueVersion = "1.11.0"
val errorProneVersion = "2.31.0"
val errorProneVersion = "2.32.0"
val byteBuddyVersion = "1.15.1"
val asmVersion = "9.7"
val jmhVersion = "1.37"