Skip to content

Commit 12be102

Browse files
kolea2Mariattagcf-owl-bot[bot]
authored
chore: Change the Codeowner to cloud-native-db-dpes (#686) (#718)
* chore: Change the Codeowner to cloud-native-db-dpes (#686) * chore: Change the Codeowner to cloud-native-db-dpes * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Add api-firestore team * Update CODEOWNERS * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Add @googleapis/api-firestore to the codeowner * 🦉 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> * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Mariatta Wijaya <[email protected]> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 9e80bc2 commit 12be102

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# For syntax help see:
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

7-
# The @googleapis/firestore-dpe is the default owner for changes in this repo
8-
* @googleapis/yoshi-java @googleapis/firestore-dpe
9-
**/*.java @googleapis/firestore-dpe
7+
# The @googleapis/cloud-native-db-dpes @googleapis/api-firestore is the default owner for changes in this repo
8+
* @googleapis/yoshi-java @googleapis/cloud-native-db-dpes @googleapis/api-firestore
9+
**/*.java @googleapis/cloud-native-db-dpes @googleapis/api-firestore
1010

1111
# The java-samples-reviewers team is the default owner for samples changes
1212
samples/**/*.java @googleapis/java-samples-reviewers

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"repo": "googleapis/java-datastore",
1010
"repo_short": "java-datastore",
1111
"distribution_name": "com.google.cloud:google-cloud-datastore",
12-
"codeowner_team": "@googleapis/firestore-dpe",
12+
"codeowner_team": "@googleapis/cloud-native-db-dpes @googleapis/api-firestore",
1313
"api_id": "datastore.googleapis.com",
1414
"library_type": "GAPIC_COMBO",
1515
"api_description": "is a fully managed, schemaless database for\nstoring non-relational data. Cloud Datastore automatically scales with\nyour users and supports ACID transactions, high availability of reads and\nwrites, strong consistency for reads and ancestor queries, and eventual\nconsistency for all other queries.",

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ If you are using Maven without BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:25.0.0')
52+
implementation platform('com.google.cloud:libraries-bom:25.1.0')
5353
5454
implementation 'com.google.cloud:google-cloud-datastore'
5555
```
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-datastore:2.2.8'
59+
implementation 'com.google.cloud:google-cloud-datastore:2.3.1'
6060
```
6161

6262
If you are using SBT, add this to your dependencies
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.2.8"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.3.1"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)