Skip to content

Commit 3ae768a

Browse files
committed
Degrade guava.
1 parent 181166f commit 3ae768a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
if: ${{ failure() }}
6868
name: Upload Logs
6969
with:
70-
name: test-logs-${{ matrix.test.name }}
70+
name: test-logs-${{ matrix.case.name }}
7171
path: "${{ env.SW_INFRA_E2E_LOG_DIR }}"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
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>33.4.8-jre</guava.version>
93+
<guava.version>32.0.1-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>

0 commit comments

Comments
 (0)