Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit fbfd409

Browse files
committed
deps: use protobuf 4.33.0, skip generation
1 parent a32308c commit fbfd409

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# downstream client libraries before they are released.
1616
name: Hermetic library generation upon generation config change through pull requests
1717
on:
18-
pull_request:
18+
#pull_request:
1919

2020
env:
2121
REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@
5858

5959
<dependencyManagement>
6060
<dependencies>
61+
<dependency>
62+
<groupId>com.google.protobuf</groupId>
63+
<artifactId>protobuf-bom</artifactId>
64+
<version>4.33.0</version>
65+
<type>pom</type>
66+
<scope>import</scope>
67+
</dependency>
6168
<dependency>
6269
<groupId>com.google.api.grpc</groupId>
6370
<artifactId>proto-google-cloud-spanner-admin-instance-v1</artifactId>

0 commit comments

Comments
 (0)