From 09e43f0c807b8ce5bea1c7dadd9f3d0b0b1f2235 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 23 Aug 2021 17:48:07 +0200 Subject: [PATCH] chore(deps): update dependency com.google.cloud:google-cloud-artifact-registry to v0.3.1 (#119) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency com.google.cloud:google-cloud-artifact-registry to v0.3.1 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- README.md | 6 +++--- samples/install-without-bom/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c20f013b..1450862a 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-artifact-registry - 0.3.0 + 0.3.1 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-artifact-registry:0.3.0' +compile 'com.google.cloud:google-cloud-artifact-registry:0.3.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "0.3.0" +libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "0.3.1" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 01f9d2c0..bd4f3f07 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-artifact-registry - 0.3.0 + 0.3.1 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index eba10479..e829d7a5 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-artifact-registry - 0.3.0 + 0.3.1