File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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
Original file line number Diff line number Diff line change @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
45
45
<dependency >
46
46
<groupId >com.google.cloud</groupId >
47
47
<artifactId >google-cloud-notification</artifactId >
48
- <version >0.178 .0-beta</version >
48
+ <version >0.179 .0-beta</version >
49
49
</dependency >
50
50
```
51
51
52
52
If you are using Gradle without BOM, add this to your dependencies:
53
53
54
54
``` Groovy
55
- implementation 'com.google.cloud:google-cloud-notification:0.178 .0-beta'
55
+ implementation 'com.google.cloud:google-cloud-notification:0.179 .0-beta'
56
56
```
57
57
58
58
If you are using SBT, add this to your dependencies:
59
59
60
60
``` Scala
61
- libraryDependencies += " com.google.cloud" % " google-cloud-notification" % " 0.178 .0-beta"
61
+ libraryDependencies += " com.google.cloud" % " google-cloud-notification" % " 0.179 .0-beta"
62
62
```
63
63
<!-- {x-version-update-end} -->
64
64
You can’t perform that action at this time.
0 commit comments