File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +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.
1213* Bump up oap to the 10.3-dev.latest(dc8740d4757b35374283c4850a9a080e40f0eb79) in e2e.
1314* Bump up cli to the 0.15.0-dev.latest(77b4c49e89c9c000278f44e62729d534f2ec842e) in e2e.
1415
Original file line number Diff line number Diff 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 32.0.1 : https://github.com/google/guava , Apache 2.0
223+ Google: guava 33.4.8 : 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
Original file line number Diff line number Diff line change 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+ <guava .version>33.4.8 -jre</guava .version>
9494 <os-maven-plugin .version>1.7.1</os-maven-plugin .version>
9595 <protobuf-maven-plugin .version>0.6.1</protobuf-maven-plugin .version>
9696 <com .google.protobuf.protoc.version>3.25.5</com .google.protobuf.protoc.version>
Original file line number Diff line number Diff line change 5151 <maven .compiler.source>${java.version} </maven .compiler.source>
5252 <maven .compiler.target>${java.version} </maven .compiler.target>
5353 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
54- <spring .boot.version>2.2.5.RELEASE </spring .boot.version>
54+ <spring .boot.version>2.7.18 </spring .boot.version>
5555 <guava .version>30.1.1-jre</guava .version>
5656 <lombok .version>1.18.20</lombok .version>
5757 </properties >
You can’t perform that action at this time.
0 commit comments