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

Commit 435e009

Browse files
chore: regenerate README (#673)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-24 17:43:41,620 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-containeranalysis/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-24 17:43:42,744 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/30b62f21-8748-4329-9876-ad91d6c6a29c/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 0fa49ad commit 435e009

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-containeranalysis.git",
7-
"sha": "71209b3deb889a1cb6e3af81415091485a72f848"
7+
"sha": "7035172bde34e3cadb61e84ff9a34d98aea10b5a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "484b7ec7bdef3909589a83e3d763e7588cb8c37c"
14+
"sha": "8032ab5a32471d85ece8fc261df16cc40fbfa4fb"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-containeranalysis</artifactId>
44-
<version>2.1.0</version>
44+
<version>2.1.1</version>
4545
</dependency>
4646

4747
```
@@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-containeranalysis'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
compile 'com.google.cloud:google-cloud-containeranalysis:2.1.0'
59+
compile 'com.google.cloud:google-cloud-containeranalysis:2.1.1'
6060
```
6161

6262
If you are using SBT, add this to your dependencies
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.1.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.1.1"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)