Skip to content

Commit ae01fc7

Browse files
authored
chore(deps): update dependency com.google.cloud.functions.invoker:java-function-invoker to v1.1.0 (GoogleCloudPlatform#6370)
1 parent a605846 commit ae01fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/helloworld/helloworld-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
compileOnly 'com.google.cloud.functions:functions-framework-api:1.0.4'
3131

3232
// To run function locally using Functions Framework's local invoker
33-
invoker 'com.google.cloud.functions.invoker:java-function-invoker:1.0.3'
33+
invoker 'com.google.cloud.functions.invoker:java-function-invoker:1.1.0'
3434
// [END functions_gradle_add_dependencies]
3535
// [END functions_example_pom_dependencies]
3636

0 commit comments

Comments
 (0)