File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,7 @@ branches:
1414 handleGHRelease : true
1515 releaseType : java-backport
1616 branch : 1.114.x
17+ - bumpMinorPreMajor : true
18+ handleGHRelease : true
19+ releaseType : java-backport
20+ branch : 1.116.x
Original file line number Diff line number Diff line change @@ -66,6 +66,22 @@ branchProtectionRules:
6666 - Kokoro - Against Pub/Sub Lite samples
6767 - cla/google
6868 - OwlBot Post Processor
69+ - pattern : 1.116.x
70+ isAdminEnforced : true
71+ requiredApprovingReviewCount : 1
72+ requiresCodeOwnerReviews : true
73+ requiresStrictStatusChecks : false
74+ requiredStatusCheckContexts :
75+ - dependencies (8)
76+ - dependencies (11)
77+ - lint
78+ - clirr
79+ - units (8)
80+ - units (11)
81+ - ' Kokoro - Test: Integration'
82+ - Kokoro - Against Pub/Sub Lite samples
83+ - cla/google
84+ - OwlBot Post Processor
6985permissionRules :
7086 - team : yoshi-admins
7187 permission : admin
Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
5858If you are using Gradle without BOM, add this to your dependencies
5959
6060``` Groovy
61- implementation 'com.google.cloud:google-cloud-pubsub:1.116.4 '
61+ implementation 'com.google.cloud:google-cloud-pubsub:1.117.0 '
6262```
6363
6464If you are using SBT, add this to your dependencies
6565
6666``` Scala
67- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.116.4 "
67+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.117.0 "
6868```
6969
7070## Authentication
You can’t perform that action at this time.
0 commit comments