Skip to content

Commit bff5c8d

Browse files
committed
deps: use protobuf 4.33.0, skip generation
1 parent 3ff4212 commit bff5c8d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.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
@@ -147,6 +147,13 @@
147147

148148
<dependencyManagement>
149149
<dependencies>
150+
<dependency>
151+
<groupId>com.google.protobuf</groupId>
152+
<artifactId>protobuf-bom</artifactId>
153+
<version>4.33.0</version>
154+
<type>pom</type>
155+
<scope>import</scope>
156+
</dependency>
150157
<dependency>
151158
<groupId>com.google.api.grpc</groupId>
152159
<artifactId>proto-google-cloud-firestore-admin-v1</artifactId>

0 commit comments

Comments
 (0)