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

deps: update dependency io.grafeas:grafeas to v2.2.3 #862

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-containeranalysis'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-containeranalysis:2.2.13'
implementation 'com.google.cloud:google-cloud-containeranalysis:2.2.14'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.2.13"
libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.2.14"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
</dependency>
<!-- TODO: Until gax-grpc && grafeas align -->

Expand Down