File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ branches:
15
15
handleGHRelease : true
16
16
releaseType : java-backport
17
17
branch : 2.10.x
18
+ - bumpMinorPreMajor : true
19
+ handleGHRelease : true
20
+ releaseType : java-backport
21
+ branch : 2.19.x
18
22
bumpMinorPreMajor : true
19
23
handleGHRelease : true
20
24
releaseType : java-yoshi
Original file line number Diff line number Diff line change @@ -79,6 +79,23 @@ branchProtectionRules:
79
79
- ' Kokoro - Test: Integration'
80
80
- cla/google
81
81
- 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'
82
99
permissionRules :
83
100
- team : api-bigquery
84
101
permission : admin
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
59
59
If you are using Gradle without BOM, add this to your dependencies:
60
60
61
61
``` Groovy
62
- implementation 'com.google.cloud:google-cloud-bigquery:2.19.0 '
62
+ implementation 'com.google.cloud:google-cloud-bigquery:2.19.1 '
63
63
```
64
64
65
65
If you are using SBT, add this to your dependencies:
66
66
67
67
``` Scala
68
- libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.19.0 "
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.19.1 "
69
69
```
70
70
71
71
## Authentication
You can’t perform that action at this time.
0 commit comments