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:
4242<dependency >
4343 <groupId >com.google.cloud</groupId >
4444 <artifactId >google-cloud-dns</artifactId >
45- <version >2.73 .0</version >
45+ <version >2.74 .0</version >
4646</dependency >
4747```
4848
4949If you are using Gradle without BOM, add this to your dependencies:
5050
5151``` Groovy
52- implementation 'com.google.cloud:google-cloud-dns:2.73 .0'
52+ implementation 'com.google.cloud:google-cloud-dns:2.74 .0'
5353```
5454
5555If you are using SBT, add this to your dependencies:
5656
5757``` Scala
58- libraryDependencies += " com.google.cloud" % " google-cloud-dns" % " 2.73 .0"
58+ libraryDependencies += " com.google.cloud" % " google-cloud-dns" % " 2.74 .0"
5959```
6060<!-- {x-version-update-end} -->
6161
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:
4545<dependency >
4646 <groupId >com.google.cloud</groupId >
4747 <artifactId >google-cloud-notification</artifactId >
48- <version >0.193 .0-beta</version >
48+ <version >0.194 .0-beta</version >
4949</dependency >
5050```
5151
5252If you are using Gradle without BOM, add this to your dependencies:
5353
5454``` Groovy
55- implementation 'com.google.cloud:google-cloud-notification:0.193 .0-beta'
55+ implementation 'com.google.cloud:google-cloud-notification:0.194 .0-beta'
5656```
5757
5858If you are using SBT, add this to your dependencies:
5959
6060``` Scala
61- libraryDependencies += " com.google.cloud" % " google-cloud-notification" % " 0.193 .0-beta"
61+ libraryDependencies += " com.google.cloud" % " google-cloud-notification" % " 0.194 .0-beta"
6262```
6363<!-- {x-version-update-end} -->
6464
You can’t perform that action at this time.
0 commit comments