diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata
index e0c7da31..03b7e9ad 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-functions.git",
- "sha": "6a59cccbf447770ee1c7605e71ef7236d1af8ac1"
+ "sha": "413eb1cf9731bc467d9299e44e2e447a66c4317d"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "0a071b3460344886297a304253bf924aa68ddb7e"
+ "sha": "06a8cd0ff7e81b05e6c503eab510ec622384caa7"
}
}
]
diff --git a/.github/release-please.yml b/.github/release-please.yml
index dce2c845..8ca7f9ca 100644
--- a/.github/release-please.yml
+++ b/.github/release-please.yml
@@ -1,2 +1,3 @@
+bumpMinorPreMajor: true
+handleGHRelease: true
releaseType: java-yoshi
-bumpMinorPreMajor: true
\ No newline at end of file
diff --git a/.kokoro/release/publish_javadoc11.sh b/.kokoro/release/publish_javadoc11.sh
index cd039b38..007a145c 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/.repo-metadata.json b/.repo-metadata.json
index f245828a..24104b97 100644
--- a/.repo-metadata.json
+++ b/.repo-metadata.json
@@ -1,15 +1,16 @@
{
- "name": "functions",
- "name_pretty": "Cloud Functions",
- "product_documentation": "https://cloud.google.com/functions",
- "api_description": "is a scalable pay as you go Functions-as-a-Service (FaaS) to run your code with zero server management.",
- "client_documentation": "https://googleapis.dev/java/google-cloud-functions/latest/index.html",
- "release_level": "ga",
- "transport": "grpc",
- "language": "java",
- "repo": "googleapis/java-functions",
- "repo_short": "java-functions",
- "distribution_name": "com.google.cloud:google-cloud-functions",
- "api_id": "cloudfunctions.googleapis.com",
- "requires_billing": true
-}
\ No newline at end of file
+ "name": "functions",
+ "name_pretty": "Cloud Functions",
+ "product_documentation": "https://cloud.google.com/functions",
+ "api_description": "is a scalable pay as you go Functions-as-a-Service (FaaS) to run your code with zero server management.",
+ "client_documentation": "https://googleapis.dev/java/google-cloud-functions/latest/index.html",
+ "release_level": "ga",
+ "transport": "grpc",
+ "language": "java",
+ "repo": "googleapis/java-functions",
+ "repo_short": "java-functions",
+ "distribution_name": "com.google.cloud:google-cloud-functions",
+ "api_id": "cloudfunctions.googleapis.com",
+ "requires_billing": true,
+ "library_type": "GAPIC_AUTO"
+ }
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38157afb..1aed0a9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [1.1.3](https://www.github.com/googleapis/java-functions/compare/v1.1.2...v1.1.3) (2021-05-11)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#202](https://www.github.com/googleapis/java-functions/issues/202)) ([48cc5f5](https://www.github.com/googleapis/java-functions/commit/48cc5f539d7063b0c3508578322b2470b6aba534))
+
### [1.1.2](https://www.github.com/googleapis/java-functions/compare/v1.1.1...v1.1.2) (2021-04-23)
diff --git a/README.md b/README.md
index a4c713f9..4e55cfca 100644
--- a/README.md
+++ b/README.md
@@ -17,19 +17,19 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-functions
- 1.1.1
+ 1.1.2
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-functions:1.1.1'
+compile 'com.google.cloud:google-cloud-functions:1.1.2'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "1.1.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "1.1.2"
```
## Authentication
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/google-cloud-functions-bom/pom.xml b/google-cloud-functions-bom/pom.xml
index 38b47065..f3d109a5 100644
--- a/google-cloud-functions-bom/pom.xml
+++ b/google-cloud-functions-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-functions-bom
- 1.1.2
+ 1.1.3
pom
com.google.cloud
@@ -68,17 +68,17 @@
com.google.cloud
google-cloud-functions
- 1.1.2
+ 1.1.3
com.google.api.grpc
proto-google-cloud-functions-v1
- 1.1.2
+ 1.1.3
com.google.api.grpc
grpc-google-cloud-functions-v1
- 1.1.2
+ 1.1.3
diff --git a/google-cloud-functions/pom.xml b/google-cloud-functions/pom.xml
index bd931b14..61704245 100644
--- a/google-cloud-functions/pom.xml
+++ b/google-cloud-functions/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-functions
- 1.1.2
+ 1.1.3
jar
Google Cloud Functions
https://github.com/googleapis/java-functions
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-functions-parent
- 1.1.2
+ 1.1.3
google-cloud-functions
diff --git a/grpc-google-cloud-functions-v1/pom.xml b/grpc-google-cloud-functions-v1/pom.xml
index 8a757fb8..3a2f2ce8 100644
--- a/grpc-google-cloud-functions-v1/pom.xml
+++ b/grpc-google-cloud-functions-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-functions-v1
- 1.1.2
+ 1.1.3
grpc-google-cloud-functions-v1
GRPC library for grpc-google-cloud-functions-v1
com.google.cloud
google-cloud-functions-parent
- 1.1.2
+ 1.1.3
diff --git a/pom.xml b/pom.xml
index c09fb28b..2f618227 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-functions-parent
pom
- 1.1.2
+ 1.1.3
Google Cloud Functions Parent
https://github.com/googleapis/java-functions
@@ -70,23 +70,23 @@
com.google.cloud
google-cloud-functions
- 1.1.2
+ 1.1.3
com.google.api.grpc
proto-google-cloud-functions-v1
- 1.1.2
+ 1.1.3
com.google.api.grpc
grpc-google-cloud-functions-v1
- 1.1.2
+ 1.1.3
com.google.cloud
google-cloud-shared-dependencies
- 1.0.0
+ 1.1.0
pom
import
diff --git a/proto-google-cloud-functions-v1/pom.xml b/proto-google-cloud-functions-v1/pom.xml
index 7512eeaa..72fed449 100644
--- a/proto-google-cloud-functions-v1/pom.xml
+++ b/proto-google-cloud-functions-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-functions-v1
- 1.1.2
+ 1.1.3
proto-google-cloud-functions-v1
PROTO library for proto-google-cloud-functions-v1
com.google.cloud
google-cloud-functions-parent
- 1.1.2
+ 1.1.3
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 6c7cd550..24691131 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-functions
- 1.1.1
+ 1.1.2
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 0015be57..1d46c774 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-functions
- 1.1.1
+ 1.1.2
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 9bab78e1..aec3b999 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-functions
- 1.1.1
+ 1.1.2
diff --git a/synth.metadata b/synth.metadata
index cb66c085..dc61d80c 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-functions.git",
- "sha": "409a2aa8836edb8da072c3d3e0b00389d0a01a56"
+ "sha": "0285749cf6e2020fdef14758773fa2f4d70c930d"
}
},
{
@@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
+ "sha": "046994f491c02806aea60118e214a9edd67f5ab7"
}
}
],
diff --git a/versions.txt b/versions.txt
index 3435ec8b..a7987f24 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-functions:1.1.2:1.1.2
-proto-google-cloud-functions-v1:1.1.2:1.1.2
-grpc-google-cloud-functions-v1:1.1.2:1.1.2
+google-cloud-functions:1.1.3:1.1.3
+proto-google-cloud-functions-v1:1.1.3:1.1.3
+grpc-google-cloud-functions-v1:1.1.3:1.1.3