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

Commit fc7b2e7

Browse files
authored
deps: update dependency io.grafeas:grafeas to v2.2.4 (#204)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.grafeas:grafeas](https://togithub.com/googleapis/java-grafeas) | `2.2.3` -> `2.2.4` | [![age](https://badges.renovateapi.com/packages/maven/io.grafeas:grafeas/2.2.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grafeas:grafeas/2.2.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grafeas:grafeas/2.2.4/compatibility-slim/2.2.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grafeas:grafeas/2.2.4/confidence-slim/2.2.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-grafeas</summary> ### [`v2.2.4`](https://togithub.com/googleapis/java-grafeas/blob/HEAD/CHANGELOG.md#&#8203;224-httpsgithubcomgoogleapisjava-grafeascomparev223v224-2022-04-15) [Compare Source](https://togithub.com/googleapis/java-grafeas/compare/v2.2.3...v2.2.4) </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-binary-authorization).
1 parent 9f517ac commit fc7b2e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-binary-authorization</artifactId>
22-
<version>1.0.7</version>
22+
<version>1.0.8</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-binary-authorization:1.0.7'
29+
implementation 'com.google.cloud:google-cloud-binary-authorization:1.0.8'
3030
```
3131

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

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.0.7"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.0.8"
3636
```
3737

3838
## Authentication

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>io.grafeas</groupId>
8888
<artifactId>grafeas</artifactId>
89-
<version>2.2.3</version>
89+
<version>2.2.4</version>
9090
</dependency>
9191

9292
<dependency>

0 commit comments

Comments
 (0)