diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata
index 7ac4e40f..739220be 100644
--- a/.github/readme/synth.metadata/synth.metadata
+++ b/.github/readme/synth.metadata/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-containeranalysis.git",
- "sha": "6cc131eb009e8786addfffe314206e77af32c345"
+ "sha": "6d86df1aa13415f9f8adae542eabe45fcac39d90"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "b6164c26a111f7f587099d31253abb96b5737bb2"
+ "sha": "27e0e916cbfdb3d5ff6639b686cc04f78a0b0386"
}
}
]
diff --git a/README.md b/README.md
index 43bfe8a9..0a8c50e5 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
com.google.cloud
libraries-bom
- 12.0.0
+ 12.1.0
pom
import
@@ -38,13 +38,11 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-containeranalysis
- 1.1.2
+ 1.2.1
```
-[//]: # ({x-version-update-start:google-cloud-containeranalysis:released})
-
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-containeranalysis:1.2.2'
@@ -53,7 +51,6 @@ If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.2"
```
-[//]: # ({x-version-update-end})
## Authentication