Skip to content

Commit d88f417

Browse files
feat: creating java backport (#1120)
* feat: creating java backport * 🦉 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 696bcef commit d88f417

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.github/release-please.yml

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

.github/sync-repo-settings.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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
6985
permissionRules:
7086
- team: yoshi-admins
7187
permission: admin

README.md

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

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

0 commit comments

Comments
 (0)