We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c35c7a commit 063ab88Copy full SHA for 063ab88
1 file changed
java-dns/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
42
<dependency>
43
<groupId>com.google.cloud</groupId>
44
<artifactId>google-cloud-dns</artifactId>
45
- <version>2.77.0</version>
+ <version>2.78.0</version>
46
</dependency>
47
```
48
49
If you are using Gradle without BOM, add this to your dependencies:
50
51
```Groovy
52
-implementation 'com.google.cloud:google-cloud-dns:2.77.0'
+implementation 'com.google.cloud:google-cloud-dns:2.78.0'
53
54
55
If you are using SBT, add this to your dependencies:
56
57
```Scala
58
-libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.77.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.78.0"
59
60
<!-- {x-version-update-end} -->
61
0 commit comments