Skip to content

Commit b3a4733

Browse files
chore(main): release 1.55.0
1 parent 0b09b43 commit b3a4733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java-dns/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-dns</artifactId>
45-
<version>2.58.0</version>
45+
<version>2.59.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-dns:2.58.0'
52+
implementation 'com.google.cloud:google-cloud-dns:2.59.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.58.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.59.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

0 commit comments

Comments
 (0)