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:
parent
282185feb9
commit
bd9dce8fe6
|
@ -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?)
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue