Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(main): release 1.75.0
  • Loading branch information
release-please[bot] authored Dec 16, 2025
commit eff914abb69cbd06b30c9fbd036e33607b4cfe46
6 changes: 3 additions & 3 deletions java-dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dns</artifactId>
<version>2.78.0</version>
<version>2.79.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-dns:2.78.0'
implementation 'com.google.cloud:google-cloud-dns:2.79.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.78.0"
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.79.0"
```
<!-- {x-version-update-end} -->

Expand Down