Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit d1fa056

Browse files
chore: regenerate README (#509)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-31 22:14:07,566 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dns/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-31 22:14:08,716 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/99440e05-959e-4f9f-95c4-eaca45667c29/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) - [ ] feat!: java8 migration
1 parent 7971744 commit d1fa056

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-dns.git",
7-
"sha": "87db9682770759e1ec48001c006886233a19394d"
7+
"sha": "2b9ba2736e4cb813b6f4eee2df64d6a9aac4327a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "8032ab5a32471d85ece8fc261df16cc40fbfa4fb"
14+
"sha": "9a238a0623879c3de129a376c6085d4a862f6eb9"
1515
}
1616
}
1717
]

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>21.0.0</version>
22+
<version>22.0.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -41,28 +41,28 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-dns</artifactId>
44-
<version>1.2.6</version>
44+
<version>1.2.8</version>
4545
</dependency>
4646

4747
```
4848

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:21.0.0')
52+
implementation platform('com.google.cloud:libraries-bom:22.0.0')
5353
54-
compile 'com.google.cloud:google-cloud-dns'
54+
implementation 'com.google.cloud:google-cloud-dns'
5555
```
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
compile 'com.google.cloud:google-cloud-dns:1.2.7'
59+
implementation 'com.google.cloud:google-cloud-dns:1.2.8'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.2.7"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.2.8"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)