From 71719883cf50d3e19979f4e32dc4d3836f7d9331 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 26 May 2022 00:18:37 +0200 Subject: [PATCH] chore(deps): update dependency com.google.area120:google-area120-tables to v0.6.0 (#359) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.area120:google-area120-tables](https://togithub.com/googleapis/java-) | `0.5.9` -> `0.6.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.area120:google-area120-tables/0.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.area120:google-area120-tables/0.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.area120:google-area120-tables/0.6.0/compatibility-slim/0.5.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.area120:google-area120-tables/0.6.0/confidence-slim/0.5.9)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-area120-tables). --- README.md | 6 +++--- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2893ca8..efd3066 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.area120 google-area120-tables - 0.5.9 + 0.6.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.area120:google-area120-tables:0.5.9' +implementation 'com.google.area120:google-area120-tables:0.6.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.5.9" +libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.6.0" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 1ba1eab..583c4ae 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.area120 google-area120-tables - 0.5.9 + 0.6.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index a66af2e..73727c4 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.area120 google-area120-tables - 0.5.9 + 0.6.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 2fcec70..c361cb7 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.area120 google-area120-tables - 0.5.9 + 0.6.0