Skip to content

Commit 3fc4c12

Browse files
chore: merge main into generate-libraries-main
2 parents f1db83e + 13735a1 commit 3fc4c12

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ branches:
4646
handleGHRelease: true
4747
releaseType: java-backport
4848
branch: 1.137.x
49+
- bumpMinorPreMajor: true
50+
handleGHRelease: true
51+
releaseType: java-backport
52+
branch: 1.140.x

.github/sync-repo-settings.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,25 @@ branchProtectionRules:
196196
- javadoc
197197
- library_generation
198198
- unmanaged_dependency_check
199+
- pattern: 1.140.x
200+
isAdminEnforced: true
201+
requiredApprovingReviewCount: 1
202+
requiresCodeOwnerReviews: true
203+
requiresStrictStatusChecks: false
204+
requiredStatusCheckContexts:
205+
- dependencies (17)
206+
- lint
207+
- clirr
208+
- units (8)
209+
- units (11)
210+
- 'Kokoro - Test: Integration'
211+
- cla/google
212+
- 'Kokoro - Test: Java GraalVM Native Image A'
213+
- 'Kokoro - Test: Java GraalVM Native Image B'
214+
- 'Kokoro - Test: Java GraalVM Native Image C'
215+
- javadoc
216+
- library_generation
217+
- unmanaged_dependency_check
199218
permissionRules:
200219
- team: yoshi-admins
201220
permission: admin

samples/install-without-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-pubsub</artifactId>
47-
<version>1.140.1</version>
47+
<version>1.140.2</version>
4848
</dependency>
4949
<!-- [END pubsub_install_without_bom] -->
5050

@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>com.google.cloud</groupId>
8282
<artifactId>google-cloud-core</artifactId>
83-
<version>2.58.0</version>
83+
<version>2.58.1</version>
8484
<classifier>tests</classifier>
8585
</dependency>
8686
<dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.google.cloud</groupId>
8181
<artifactId>google-cloud-core</artifactId>
82-
<version>2.58.0</version>
82+
<version>2.58.1</version>
8383
<classifier>tests</classifier>
8484
</dependency>
8585
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>com.google.cloud</groupId>
105105
<artifactId>google-cloud-core</artifactId>
106-
<version>2.58.0</version>
106+
<version>2.58.1</version>
107107
<classifier>tests</classifier>
108108
</dependency>
109109
<!-- [END_EXCLUDE] -->

0 commit comments

Comments
 (0)