Skip to content

Commit a1ffc35

Browse files
committed
Polish
1 parent bf345e1 commit a1ffc35

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Release Notes.
99
* Bump up gRPC to v1.74.0.
1010
* Bump up netty to v4.1.124.Final.
1111
* Bump up GSON to v2.13.1.
12-
* Bump up guava to v33.4.8.
12+
* Bump up guava to v32.1.3.
1313
* Bump up oap to the 10.3-dev.latest(dc8740d4757b35374283c4850a9a080e40f0eb79) in e2e.
1414
* Bump up cli to the 0.15.0-dev.latest(77b4c49e89c9c000278f44e62729d534f2ec842e) in e2e.
1515

dist-material/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ The text of each license is the standard Apache 2.0 license.
220220
Google: gson 2.13.1: https://github.com/google/gson , Apache 2.0
221221
Google: proto-google-common-protos 2.59.2: https://github.com/googleapis/googleapis , Apache 2.0
222222
Google: jsr305 3.0.2: http://central.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom , Apache 2.0
223-
Google: guava 33.4.8: https://github.com/google/guava , Apache 2.0
223+
Google: guava 32.1.3: https://github.com/google/guava , Apache 2.0
224224
netty 4.1.124: https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
225225
async-profiler 3.0: https://github.com/async-profiler/async-profiler/blob/v3.0/LICENSE, Apache 2.0
226226

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@
9090
<grpc.version>1.74.0</grpc.version>
9191
<netty.version>4.1.124.Final</netty.version>
9292
<gson.version>2.13.1</gson.version>
93-
<guava.version>32.0.1-jre</guava.version>
93+
<!-- Google ends the JAVA8 support since v33 -->
94+
<!-- Can't upgrade Guava until JAVA8 EOL -->
95+
<guava.version>32.1.3-jre</guava.version>
96+
9497
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
9598
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
9699
<com.google.protobuf.protoc.version>3.25.5</com.google.protobuf.protoc.version>

0 commit comments

Comments
 (0)