diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh
index 8e1143ad..8a8c1a6b 100755
--- a/.kokoro/release/publish_javadoc.sh
+++ b/.kokoro/release/publish_javadoc.sh
@@ -62,7 +62,7 @@ popd
# V2
mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"
-pushd target/devsite
+pushd target/devsite/reference
# create metadata
python3 -m docuploader create-metadata \
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68ce2337..c07e4894 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## [0.14.0](https://www.github.com/googleapis/java-shared-dependencies/compare/0.13.0...v0.14.0) (2020-10-31)
+
+
+### Dependencies
+
+* update dependency io.grpc:grpc-bom to v1.33.1 ([#192](https://www.github.com/googleapis/java-shared-dependencies/issues/192)) ([b29384d](https://www.github.com/googleapis/java-shared-dependencies/commit/b29384dc40c812f1848f00695228d5437556f029))
+* update dependency org.threeten:threetenbp to v1.5.0 ([#196](https://www.github.com/googleapis/java-shared-dependencies/issues/196)) ([825a6fa](https://www.github.com/googleapis/java-shared-dependencies/commit/825a6fa375d12f1caa0a515b784ffde182bac98d))
+* update iam.version to v1.0.2 ([#194](https://www.github.com/googleapis/java-shared-dependencies/issues/194)) ([5c57239](https://www.github.com/googleapis/java-shared-dependencies/commit/5c572399a1b453f4dc5f6ef8d8850a35be2aef75))
+
## [0.13.0](https://www.github.com/googleapis/java-shared-dependencies/compare/0.12.1...v0.13.0) (2020-10-20)
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 6b2238bb..2add2547 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -1,3 +1,4 @@
+
# Code of Conduct
## Our Pledge
@@ -69,12 +70,12 @@ dispute. If you are unable to resolve the matter for any reason, or if the
behavior is threatening or harassing, report it. We are dedicated to providing
an environment where participants feel welcome and safe.
-Reports should be directed to *[PROJECT STEWARD NAME(s) AND EMAIL(s)]*, the
-Project Steward(s) for *[PROJECT NAME]*. It is the Project Steward’s duty to
+Reports should be directed to *googleapis-stewards@google.com*, the
+Project Steward(s) for *Google Cloud Client Libraries*. It is the Project Steward’s duty to
receive and address reported violations of the code of conduct. They will then
work with a committee consisting of representatives from the Open Source
Programs Office and the Google Open Source Strategy team. If for any reason you
-are uncomfortable reaching out the Project Steward, please email
+are uncomfortable reaching out to the Project Steward, please email
opensource@google.com.
We will investigate every complaint, but you may not receive a direct response.
diff --git a/README.md b/README.md
index 340ed28b..2d801ed0 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
- 0.13.0
+ 0.14.0
pom
import
diff --git a/pom.xml b/pom.xml
index fe4331ca..7e29e181 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-shared-dependencies
pom
- 0.13.0
+ 0.14.0
Google Cloud Shared Dependencies
https://github.com/googleapis/java-shared-dependencies
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 0.9.3
+ 0.9.4
@@ -55,7 +55,7 @@
UTF-8
${project.artifactId}
- 1.32.2
+ 1.33.1
1.60.0
30.0-android
3.13.0
@@ -66,10 +66,10 @@
1.37.0
1.30.11
2.8.6
- 1.4.5
+ 1.5.0
1.3.2
1.19
- 1.0.1
+ 1.0.2
0.24.0
3.0.2
2.4.0
diff --git a/synth.metadata b/synth.metadata
index bb7af009..3fc3f1fa 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
- "sha": "ce7c571dee5350d3bb01838c0d76677551d7a658"
+ "sha": "71979b715609d28c83c7a2291a3bcaf7eee94131"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "5a506ec8765cc04f7e29f888b8e9b257d9a7ae11"
+ "sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
}
}
],
diff --git a/versions.txt b/versions.txt
index 93313035..47857ee5 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-shared-dependencies:0.13.0:0.13.0
\ No newline at end of file
+google-cloud-shared-dependencies:0.14.0:0.14.0
\ No newline at end of file