Skip to content

Commit 9297a43

Browse files
feat: next release from main branch is 2.20.0 (#2405)
* feat: next release from main branch is 2.20.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 59e444a commit 9297a43

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ branches:
1515
handleGHRelease: true
1616
releaseType: java-backport
1717
branch: 2.10.x
18+
- bumpMinorPreMajor: true
19+
handleGHRelease: true
20+
releaseType: java-backport
21+
branch: 2.19.x
1822
bumpMinorPreMajor: true
1923
handleGHRelease: true
2024
releaseType: java-yoshi

.github/sync-repo-settings.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,23 @@ branchProtectionRules:
7979
- 'Kokoro - Test: Integration'
8080
- cla/google
8181
- OwlBot Post Processor
82+
- pattern: 2.19.x
83+
isAdminEnforced: true
84+
requiredApprovingReviewCount: 1
85+
requiresCodeOwnerReviews: true
86+
requiresStrictStatusChecks: false
87+
requiredStatusCheckContexts:
88+
- dependencies (8)
89+
- dependencies (11)
90+
- lint
91+
- clirr
92+
- units (8)
93+
- units (11)
94+
- 'Kokoro - Test: Integration'
95+
- cla/google
96+
- OwlBot Post Processor
97+
- 'Kokoro - Test: Java GraalVM Native Image'
98+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
8299
permissionRules:
83100
- team: api-bigquery
84101
permission: admin

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
5959
If you are using Gradle without BOM, add this to your dependencies:
6060

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-bigquery:2.19.0'
62+
implementation 'com.google.cloud:google-cloud-bigquery:2.19.1'
6363
```
6464

6565
If you are using SBT, add this to your dependencies:
6666

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.19.0"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.19.1"
6969
```
7070

7171
## Authentication

0 commit comments

Comments
 (0)