From aecea665b670fc8d864bb9bfddd12ac255793e1c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 15 Jul 2022 18:17:42 +0200 Subject: [PATCH] chore(deps): update dependency com.google.cloud:google-cloud-domains to v1 (#254) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency com.google.cloud:google-cloud-domains to v1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- java-domains/README.md | 6 +++--- java-domains/samples/install-without-bom/pom.xml | 2 +- java-domains/samples/snippets/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java-domains/README.md b/java-domains/README.md index 30344329772a..f26385f8d490 100644 --- a/java-domains/README.md +++ b/java-domains/README.md @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-domains - 0.6.1 + 1.0.1 ``` @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-domains:1.0.0' +implementation 'com.google.cloud:google-cloud-domains:1.0.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "1.0.0" +libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "1.0.1" ``` ## Authentication diff --git a/java-domains/samples/install-without-bom/pom.xml b/java-domains/samples/install-without-bom/pom.xml index 710308879f8a..4209c47b8f55 100644 --- a/java-domains/samples/install-without-bom/pom.xml +++ b/java-domains/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-domains - 0.6.1 + 1.0.1 diff --git a/java-domains/samples/snippets/pom.xml b/java-domains/samples/snippets/pom.xml index f40b36b7aa43..11ea9de78249 100644 --- a/java-domains/samples/snippets/pom.xml +++ b/java-domains/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-domains - 0.6.1 + 1.0.1