Skip to content

Commit b7bf69b

Browse files
Bump com.google.cloud.functions:function-maven-plugin
Bumps [com.google.cloud.functions:function-maven-plugin](https://github.com/GoogleCloudPlatform/functions-framework-java) from 0.9.1 to 0.9.8. - [Release notes](https://github.com/GoogleCloudPlatform/functions-framework-java/releases) - [Commits](https://github.com/GoogleCloudPlatform/functions-framework-java/commits) --- updated-dependencies: - dependency-name: com.google.cloud.functions:function-maven-plugin dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 651f6db commit b7bf69b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • spring-cloud-function-samples

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>com.google.cloud.functions</groupId>
5555
<artifactId>function-maven-plugin</artifactId>
56-
<version>0.9.1</version>
56+
<version>0.9.8</version>
5757
<configuration>
5858
<functionTarget>org.springframework.cloud.function.adapter.gcp.GcfJarLauncher</functionTarget>
5959
<port>8080</port>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>com.google.cloud.functions</groupId>
8787
<artifactId>function-maven-plugin</artifactId>
88-
<version>0.9.1</version>
88+
<version>0.9.8</version>
8989
<configuration>
9090
<functionTarget>org.springframework.cloud.function.adapter.gcp.GcfJarLauncher</functionTarget>
9191
<port>8080</port>

0 commit comments

Comments
 (0)