diff --git a/.kokoro/release/publish_javadoc11.sh b/.kokoro/release/publish_javadoc11.sh
index 3dc4ae01..01438ff3 100755
--- a/.kokoro/release/publish_javadoc11.sh
+++ b/.kokoro/release/publish_javadoc11.sh
@@ -49,6 +49,13 @@ pushd target/docfx-yml
python3 -m docuploader create-metadata \
--name ${NAME} \
--version ${VERSION} \
+ --xrefs devsite://java/gax \
+ --xrefs devsite://java/google-cloud-core \
+ --xrefs devsite://java/api-common \
+ --xrefs devsite://java/proto-google-common-protos \
+ --xrefs devsite://java/google-api-client \
+ --xrefs devsite://java/google-http-client \
+ --xrefs devsite://java/protobuf \
--language java
# upload yml to production bucket
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 766ef16f..066941c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## [1.1.0](https://www.github.com/googleapis/java-shared-dependencies/compare/1.0.0...v1.1.0) (2021-05-10)
+
+
+### Dependencies
+
+* update dependency com.google.protobuf:protobuf-bom to v3.16.0 ([#348](https://www.github.com/googleapis/java-shared-dependencies/issues/348)) ([0aacfde](https://www.github.com/googleapis/java-shared-dependencies/commit/0aacfdeec70e30803734db8287c47e4fad5481ef))
+* update gax.version to v1.64.0 ([#345](https://www.github.com/googleapis/java-shared-dependencies/issues/345)) ([478bd35](https://www.github.com/googleapis/java-shared-dependencies/commit/478bd35296293e81c7e70157f50bfbebdc1bb54d))
+* update iam.version to v1.0.13 ([#343](https://www.github.com/googleapis/java-shared-dependencies/issues/343)) ([3637923](https://www.github.com/googleapis/java-shared-dependencies/commit/363792392b71deff5cc5731104b631122fba5e61))
+
## [1.0.0](https://www.github.com/googleapis/java-shared-dependencies/compare/0.21.1...v1.0.0) (2021-04-23)
diff --git a/README.md b/README.md
index 6f9838fe..e0d266a2 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ If you are using Maven, use this artifact as your project's parent.
com.google.cloud
google-cloud-shared-dependencies
- 1.0.0
+ 1.1.0
pom
import
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 00000000..8b58ae9c
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,7 @@
+# Security Policy
+
+To report a security issue, please use [g.co/vulnz](https://g.co/vulnz).
+
+The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
+
+We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Advisory to privately discuss and fix the issue.
diff --git a/pom.xml b/pom.xml
index e332a74f..85c81ddf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-shared-dependencies
pom
- 1.0.0
+ 1.1.0
Google Cloud Shared Dependencies
https://github.com/googleapis/java-shared-dependencies
@@ -56,9 +56,9 @@
${project.artifactId}
1.37.0
- 1.63.0
+ 1.64.0
30.1.1-android
- 3.15.8
+ 3.16.0
1.10.3
2.1.0
1.94.8
@@ -69,7 +69,7 @@
1.5.1
1.3.2
1.20
- 1.0.12
+ 1.0.13
0.28.0
3.0.2
2.6.0
diff --git a/synth.metadata b/synth.metadata
index ded8d6a0..df31751c 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
- "sha": "409d24f8a0cac30e41ca45eb2711aecb335d70dd"
+ "sha": "4bdeb4d35c8de58e17f6092392bb4743a59799ab"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
+ "sha": "046994f491c02806aea60118e214a9edd67f5ab7"
}
}
],
diff --git a/versions.txt b/versions.txt
index eac7515a..94184338 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-shared-dependencies:1.0.0:1.0.0
\ No newline at end of file
+google-cloud-shared-dependencies:1.1.0:1.1.0
\ No newline at end of file