Skip to content

Commit e3dab2a

Browse files
rajatbhattagcf-owl-bot[bot]suztomo
authored
chore: setting up 6.23.x branch (#2032)
* chore: setting up 6.23.x branch * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: removed unnecessary checks Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Tomo Suzuki <[email protected]>
1 parent b465e3f commit e3dab2a

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/sync-repo-settings.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
98110
permissionRules:
99111
- team: yoshi-admins
100112
permission: admin

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
5656
If 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

6262
If 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

0 commit comments

Comments
 (0)