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

Commit 690a3b1

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-artifact-registry to v1.1.0 (#244)
[![WhiteSource 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.cloud:google-cloud-artifact-registry](https://togithub.com/googleapis/java-artifact-registry) | `1.0.0` -> `1.1.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-artifact-registry/1.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-artifact-registry/1.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-artifact-registry/1.1.0/compatibility-slim/1.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-artifact-registry/1.1.0/confidence-slim/1.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-artifact-registry</summary> ### [`v1.1.0`](https://togithub.com/googleapis/java-artifact-registry/blob/HEAD/CHANGELOG.md#&#8203;110-httpsgithubcomgoogleapisjava-artifact-registrycomparev100v110-2022-03-08) [Compare Source](https://togithub.com/googleapis/java-artifact-registry/compare/v1.0.0...v1.1.0) ##### Features - add order_by support for listing versions ([eb227fe](https://togithub.com/googleapis/java-artifact-registry/commit/eb227fe9a669d3debff40ee2f013fd71859bc025)) - add version policy support for Maven repositories ([eb227fe](https://togithub.com/googleapis/java-artifact-registry/commit/eb227fe9a669d3debff40ee2f013fd71859bc025)) ##### Bug Fixes - mark a few resource name fields as required ([eb227fe](https://togithub.com/googleapis/java-artifact-registry/commit/eb227fe9a669d3debff40ee2f013fd71859bc025)) ##### Dependencies - update actions/checkout action to v3 ([#&#8203;237](https://togithub.com/googleapis/java-artifact-registry/issues/237)) ([82787c7](https://togithub.com/googleapis/java-artifact-registry/commit/82787c7ae3b84ee8fc8f3646fcb2d32b5fde1533)) - update actions/github-script action to v6 ([#&#8203;228](https://togithub.com/googleapis/java-artifact-registry/issues/228)) ([d07c561](https://togithub.com/googleapis/java-artifact-registry/commit/d07c561ed392eca901d20ff21676e84e71182548)) - update actions/setup-java action to v3 ([#&#8203;234](https://togithub.com/googleapis/java-artifact-registry/issues/234)) ([6b88715](https://togithub.com/googleapis/java-artifact-registry/commit/6b887155b6881ca4f5980aeab590ecf97efb1d26)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0 ([#&#8203;238](https://togithub.com/googleapis/java-artifact-registry/issues/238)) ([d993524](https://togithub.com/googleapis/java-artifact-registry/commit/d9935248aff29aad01f78df1d5c21a96a2df778d)) </details> --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-artifact-registry).
1 parent 252f371 commit 690a3b1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-artifact-registry</artifactId>
22-
<version>1.0.0</version>
22+
<version>1.1.0</version>
2323
</dependency>
2424
```
2525

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

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-artifact-registry:1.0.0'
29+
implementation 'com.google.cloud:google-cloud-artifact-registry:1.1.0'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.0.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.1.0"
3636
```
3737

3838
## Authentication

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-artifact-registry</artifactId>
32-
<version>1.0.0</version>
32+
<version>1.1.0</version>
3333
</dependency>
3434
<!-- [END artifact-registry_install_without_bom] -->
3535

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-artifact-registry</artifactId>
31-
<version>1.0.0</version>
31+
<version>1.1.0</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)