Skip to content

Commit 1696d02

Browse files
chore: make library generation required (#2274)
* chore: make library generation required * chore: generate libraries at Wed Nov 27 20:07:36 UTC 2024 --------- Co-authored-by: cloud-java-bot <[email protected]>
1 parent 7edfd9c commit 1696d02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ branchProtectionRules:
1818
- 'Kokoro - Test: Java GraalVM Native Image'
1919
- 'Kokoro - Test: Java 17 GraalVM Native Image'
2020
- javadoc
21+
- library_generation
2122
- pattern: 1.111.0-sp
2223
isAdminEnforced: true
2324
requiredApprovingReviewCount: 1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-pubsub</artifactId>
46-
<version>1.134.1</version>
46+
<version>1.134.2</version>
4747
</dependency>
4848

4949
```

0 commit comments

Comments
 (0)