File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,7 @@ branches:
2222 bumpMinorPreMajor : true
2323 handleGHRelease : true
2424 branch : 6.14.x
25+ - releaseType : java-yoshi
26+ bumpMinorPreMajor : true
27+ handleGHRelease : true
28+ branch : 6.23.x
Original file line number Diff line number Diff line change @@ -84,8 +84,6 @@ branchProtectionRules:
8484 requiresCodeOwnerReviews : true
8585 requiresStrictStatusChecks : false
8686 requiredStatusCheckContexts :
87- - dependencies (8)
88- - dependencies (11)
8987 - lint
9088 - clirr
9189 - units (8)
@@ -95,6 +93,20 @@ branchProtectionRules:
9593 - checkstyle
9694 - compile (8)
9795 - compile (11)
96+ - pattern : 6.23.x
97+ isAdminEnforced : true
98+ requiredApprovingReviewCount : 1
99+ requiresCodeOwnerReviews : true
100+ requiresStrictStatusChecks : false
101+ requiredStatusCheckContexts :
102+ - lint
103+ - units (8)
104+ - units (11)
105+ - ' Kokoro - Test: Integration'
106+ - cla/google
107+ - checkstyle
108+ - compile (8)
109+ - compile (11)
98110permissionRules :
99111 - team : yoshi-admins
100112 permission : admin
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
5656If you are using Gradle without BOM, add this to your dependencies:
5757
5858``` Groovy
59- implementation 'com.google.cloud:google-cloud-spanner:6.30.1 '
59+ implementation 'com.google.cloud:google-cloud-spanner:6.30.2 '
6060```
6161
6262If you are using SBT, add this to your dependencies:
6363
6464``` Scala
65- libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.30.1 "
65+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner" % " 6.30.2 "
6666```
6767
6868## Authentication
You can’t perform that action at this time.
0 commit comments