File tree Expand file tree Collapse file tree 5 files changed +27
-4
lines changed
Expand file tree Collapse file tree 5 files changed +27
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
199218permissionRules :
200219 - team : yoshi-admins
201220 permission : admin
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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] -->
You can’t perform that action at this time.
0 commit comments