Skip to content

Commit b12d303

Browse files
committed
[improve][build] Upgrade errorprone to 2.38.0 (apache#24242)
(cherry picked from commit 177baba)
1 parent 0628b7a commit b12d303

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

distribution/server/src/assemble/LICENSE.bin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ The Apache Software License, Version 2.0
414414
- org.eclipse.jetty-jetty-alpn-server-9.4.57.v20241219.jar
415415
* SnakeYaml -- org.yaml-snakeyaml-2.0.jar
416416
* RocksDB - org.rocksdb-rocksdbjni-7.9.2.jar
417-
* Google Error Prone Annotations - com.google.errorprone-error_prone_annotations-2.24.0.jar
417+
* Google Error Prone Annotations - com.google.errorprone-error_prone_annotations-2.38.0.jar
418418
* Apache Thrift - org.apache.thrift-libthrift-0.14.2.jar
419419
* OkHttp3
420420
- com.squareup.okhttp3-logging-interceptor-4.9.3.jar

distribution/shell/src/assemble/LICENSE.bin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ The Apache Software License, Version 2.0
411411
- websocket-client-9.4.57.v20241219.jar
412412
- websocket-common-9.4.57.v20241219.jar
413413
* SnakeYaml -- snakeyaml-2.0.jar
414-
* Google Error Prone Annotations - error_prone_annotations-2.24.0.jar
414+
* Google Error Prone Annotations - error_prone_annotations-2.38.0.jar
415415
* Javassist -- javassist-3.25.0-GA.jar
416416
* Apache Avro
417417
- avro-1.11.4.jar

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ flexible messaging model and an intuitive client API.</description>
312312
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
313313
<spotbugs-maven-plugin.version>4.7.3.6</spotbugs-maven-plugin.version>
314314
<spotbugs.version>4.7.3</spotbugs.version>
315-
<errorprone.version>2.24.0</errorprone.version>
316-
<errorprone-slf4j.version>0.1.21</errorprone-slf4j.version>
315+
<errorprone.version>2.38.0</errorprone.version>
316+
<errorprone-slf4j.version>0.1.28</errorprone-slf4j.version>
317317
<j2objc-annotations.version>1.3</j2objc-annotations.version>
318318
<lightproto-maven-plugin.version>0.4</lightproto-maven-plugin.version>
319319
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>

0 commit comments

Comments
 (0)