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

Commit 6deede3

Browse files
chore: regenerate README (#591)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-05-31 21:26:08,135 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-containeranalysis/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-31 21:26:09,404 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/3f4e7a4c-d060-4ba2-ba11-b02fdeaea498/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 77cd752 commit 6deede3

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": "043d026e2cd09f3dfdd753c805f01e4e977a7f83"
7+
"sha": "77cd752b6b3472c92444066977b20622d30fd56a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "d543abd7c1f500bdbe530a35ca174ee374fde8f6"
14+
"sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-containeranalysis</artifactId>
41-
<version>1.3.1</version>
41+
<version>1.3.2</version>
4242
</dependency>
4343

4444
```
@@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-containeranalysis'
5151
```
5252
If you are using Gradle without BOM, add this to your dependencies
5353
```Groovy
54-
compile 'com.google.cloud:google-cloud-containeranalysis:1.3.1'
54+
compile 'com.google.cloud:google-cloud-containeranalysis:1.3.2'
5555
```
5656

5757
If you are using SBT, add this to your dependencies
5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.3.1"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.3.2"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)