File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
42
42
<dependency >
43
43
<groupId >com.google.cloud</groupId >
44
44
<artifactId >google-cloud-dns</artifactId >
45
- <version >2.58 .0</version >
45
+ <version >2.59 .0</version >
46
46
</dependency >
47
47
```
48
48
49
49
If you are using Gradle without BOM, add this to your dependencies:
50
50
51
51
``` Groovy
52
- implementation 'com.google.cloud:google-cloud-dns:2.58 .0'
52
+ implementation 'com.google.cloud:google-cloud-dns:2.59 .0'
53
53
```
54
54
55
55
If you are using SBT, add this to your dependencies:
56
56
57
57
``` Scala
58
- libraryDependencies += " com.google.cloud" % " google-cloud-dns" % " 2.58 .0"
58
+ libraryDependencies += " com.google.cloud" % " google-cloud-dns" % " 2.59 .0"
59
59
```
60
60
<!-- {x-version-update-end} -->
61
61
You can’t perform that action at this time.
0 commit comments