We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181166f commit 3ae768aCopy full SHA for 3ae768a
2 files changed
.github/workflows/e2e.yaml
@@ -67,5 +67,5 @@ jobs:
67
if: ${{ failure() }}
68
name: Upload Logs
69
with:
70
- name: test-logs-${{ matrix.test.name }}
+ name: test-logs-${{ matrix.case.name }}
71
path: "${{ env.SW_INFRA_E2E_LOG_DIR }}"
pom.xml
@@ -90,7 +90,7 @@
90
<grpc.version>1.74.0</grpc.version>
91
<netty.version>4.1.124.Final</netty.version>
92
<gson.version>2.13.1</gson.version>
93
- <guava.version>33.4.8-jre</guava.version>
+ <guava.version>32.0.1-jre</guava.version>
94
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
95
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
96
<com.google.protobuf.protoc.version>3.25.5</com.google.protobuf.protoc.version>
0 commit comments