Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
deps: update dependency com.google.apis:google-api-services-dns to v1…
Browse files Browse the repository at this point in the history
…-rev20200806-1.30.10 (#130)

* deps: update dependency com.google.apis:google-api-services-dns to v1-rev20200806-1.30.10

* fix: set default host from apiary client

Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
renovate-bot and chingor13 committed Sep 10, 2020
1 parent 63a7eff commit 6c62976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dns</artifactId>
<version>v1-rev20191205-1.30.9</version>
<version>v1-rev20200806-1.30.10</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/google/cloud/dns/DnsOptions.java
Expand Up @@ -118,7 +118,7 @@ public Builder toBuilder() {
}

public static Builder newBuilder() {
return new Builder();
return new Builder().setHost(com.google.api.services.dns.Dns.DEFAULT_BASE_URL);
}

/**
Expand Down

0 comments on commit 6c62976

Please sign in to comment.