Skip to content

Commit bd9dce8

Browse files
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 <[email protected]>
1 parent 282185f commit bd9dce8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

custom-checks/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ dependencies {
1212
}
1313

1414
otelJava {
15-
minJavaVersionSupported.set(JavaVersion.VERSION_11)
15+
minJavaVersionSupported.set(JavaVersion.VERSION_17)
1616
}
1717

1818
// We cannot use "--release" javac option here because that will forbid exporting com.sun.tools package.
1919
// We also can't seem to use the toolchain without the "--release" option. So disable everything.
2020

2121
java {
22-
sourceCompatibility = JavaVersion.VERSION_11
23-
targetCompatibility = JavaVersion.VERSION_11
22+
sourceCompatibility = JavaVersion.VERSION_17
23+
targetCompatibility = JavaVersion.VERSION_17
2424
toolchain {
2525
languageVersion.set(null as JavaLanguageVersion?)
2626
}

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ val DEPENDENCY_BOMS = listOf(
4040

4141
val autoServiceVersion = "1.1.1"
4242
val autoValueVersion = "1.11.0"
43-
val errorProneVersion = "2.31.0"
43+
val errorProneVersion = "2.32.0"
4444
val byteBuddyVersion = "1.15.1"
4545
val asmVersion = "9.7"
4646
val jmhVersion = "1.37"

0 commit comments

Comments
 (0)