File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9696 <dependency >
9797 <groupId >com.google.cloud.functions.invoker</groupId >
9898 <artifactId >java-function-invoker</artifactId >
99- <version >1.1 .0</version >
99+ <version >1.2 .0</version >
100100 </dependency >
101101 <dependency >
102102 <groupId >com.google.cloud.functions</groupId >
Original file line number Diff line number Diff line change 8686 <dependency >
8787 <groupId >com.google.cloud.functions.invoker</groupId >
8888 <artifactId >java-function-invoker</artifactId >
89- <version >1.0.1 </version >
89+ <version >1.2.0 </version >
9090 </dependency >
9191 <dependency >
9292 <groupId >com.google.cloud.functions</groupId >
Original file line number Diff line number Diff line change 8686 <dependency >
8787 <groupId >com.google.cloud.functions.invoker</groupId >
8888 <artifactId >java-function-invoker</artifactId >
89- <version >1.0.1 </version >
89+ <version >1.2.0 </version >
9090 </dependency >
9191 <dependency >
9292 <groupId >com.google.cloud.functions</groupId >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ configurations {
2727dependencies {
2828 // Every function needs this dependency to get the Functions Framework API.
2929 implementation ' com.google.cloud.functions:functions-framework-api:1.0.4'
30- invoker ' com.google.cloud.functions.invoker:java-function-invoker:1.1 .0'
30+ invoker ' com.google.cloud.functions.invoker:java-function-invoker:1.2 .0'
3131
3232 // Function implementations can have additional dependencies like this.
3333 implementation ' com.google.code.gson:gson:2.10'
Original file line number Diff line number Diff 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.1 .0'
33+ invoker ' com.google.cloud.functions.invoker:java-function-invoker:1.2 .0'
3434 // [END functions_gradle_add_dependencies]
3535 // [END functions_example_pom_dependencies]
3636
You can’t perform that action at this time.
0 commit comments