Skip to content

Commit 9b5e70f

Browse files
Bump com.google.cloud.functions.invoker:java-function-invoker
Bumps [com.google.cloud.functions.invoker:java-function-invoker](https://github.com/GoogleCloudPlatform/functions-framework-java) from 1.0.0-alpha-2-rc5 to 1.0.3. - [Release notes](https://github.com/GoogleCloudPlatform/functions-framework-java/releases) - [Commits](GoogleCloudPlatform/functions-framework-java@java-function-invoker-parent-1.0.0-alpha-2-rc5...functions-framework-api-1.0.3) --- updated-dependencies: - dependency-name: com.google.cloud.functions.invoker:java-function-invoker dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 651f6db commit 9b5e70f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • spring-cloud-function-adapters/spring-cloud-function-adapter-gcp
  • spring-cloud-function-samples/function-sample-gcp-http

spring-cloud-function-adapters/spring-cloud-function-adapter-gcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2020
<google.cloud.functions.api.version>1.1.4</google.cloud.functions.api.version>
21-
<google.cloud.functions.invoker.version>1.3.1</google.cloud.functions.invoker.version>
21+
<google.cloud.functions.invoker.version>1.0.3</google.cloud.functions.invoker.version>
2222
</properties>
2323

2424
<dependencies>

spring-cloud-function-samples/function-sample-gcp-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.google.cloud.functions.invoker</groupId>
5656
<artifactId>java-function-invoker</artifactId>
57-
<version>1.0.0-alpha-2-rc5</version>
57+
<version>1.0.3</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>

0 commit comments

Comments
 (0)