Skip to content

Commit 85cca49

Browse files
cpovirkGoogle Java Core Libraries
authored andcommitted
Use JDK 23 for compilation (and a few other plugins), while keeping overrides in place for a few others.
(For more detail on the other plugins, see cl/655647768.) RELNOTES=n/a PiperOrigin-RevId: 680541921
1 parent 7c0bf08 commit 85cca49

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

android/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<path>
174174
<groupId>com.google.errorprone</groupId>
175175
<artifactId>error_prone_core</artifactId>
176-
<version>2.23.0</version>
176+
<version>2.33.0</version>
177177
</path>
178178
</annotationProcessorPaths>
179179
<!-- Fork because we need args like add-exports. (But see the TODO above about .mvn/jvm.config.) -->
@@ -206,14 +206,14 @@
206206
</configuration>
207207
</execution>
208208
<execution>
209-
<id>download-22-and-surefire-version</id>
209+
<id>download-23-and-surefire-version</id>
210210
<goals>
211211
<goal>toolchain</goal>
212212
</goals>
213213
<configuration>
214214
<toolchains>
215215
<jdk>
216-
<version>22</version>
216+
<version>23</version>
217217
<vendor>zulu</vendor>
218218
</jdk>
219219
<testJdk>
@@ -238,7 +238,7 @@
238238
<configuration>
239239
<toolchains>
240240
<jdk>
241-
<version>22</version>
241+
<version>23</version>
242242
<vendor>zulu</vendor>
243243
</jdk>
244244
</toolchains>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<path>
175175
<groupId>com.google.errorprone</groupId>
176176
<artifactId>error_prone_core</artifactId>
177-
<version>2.23.0</version>
177+
<version>2.33.0</version>
178178
</path>
179179
</annotationProcessorPaths>
180180
<!-- Fork because we need args like add-exports. (But see the TODO above about .mvn/jvm.config.) -->
@@ -207,14 +207,14 @@
207207
</configuration>
208208
</execution>
209209
<execution>
210-
<id>download-22-and-surefire-version</id>
210+
<id>download-23-and-surefire-version</id>
211211
<goals>
212212
<goal>toolchain</goal>
213213
</goals>
214214
<configuration>
215215
<toolchains>
216216
<jdk>
217-
<version>22</version>
217+
<version>23</version>
218218
<vendor>zulu</vendor>
219219
</jdk>
220220
<testJdk>
@@ -239,7 +239,7 @@
239239
<configuration>
240240
<toolchains>
241241
<jdk>
242-
<version>22</version>
242+
<version>23</version>
243243
<vendor>zulu</vendor>
244244
</jdk>
245245
</toolchains>

0 commit comments

Comments
 (0)