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 96
96
<dependency >
97
97
<groupId >com.google.cloud.functions.invoker</groupId >
98
98
<artifactId >java-function-invoker</artifactId >
99
- <version >1.1 .0</version >
99
+ <version >1.2 .0</version >
100
100
</dependency >
101
101
<dependency >
102
102
<groupId >com.google.cloud.functions</groupId >
Original file line number Diff line number Diff line change 86
86
<dependency >
87
87
<groupId >com.google.cloud.functions.invoker</groupId >
88
88
<artifactId >java-function-invoker</artifactId >
89
- <version >1.0.1 </version >
89
+ <version >1.2.0 </version >
90
90
</dependency >
91
91
<dependency >
92
92
<groupId >com.google.cloud.functions</groupId >
Original file line number Diff line number Diff line change 86
86
<dependency >
87
87
<groupId >com.google.cloud.functions.invoker</groupId >
88
88
<artifactId >java-function-invoker</artifactId >
89
- <version >1.0.1 </version >
89
+ <version >1.2.0 </version >
90
90
</dependency >
91
91
<dependency >
92
92
<groupId >com.google.cloud.functions</groupId >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ configurations {
27
27
dependencies {
28
28
// Every function needs this dependency to get the Functions Framework API.
29
29
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'
31
31
32
32
// Function implementations can have additional dependencies like this.
33
33
implementation ' com.google.code.gson:gson:2.10'
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
30
30
compileOnly ' com.google.cloud.functions:functions-framework-api:1.0.4'
31
31
32
32
// 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'
34
34
// [END functions_gradle_add_dependencies]
35
35
// [END functions_example_pom_dependencies]
36
36
You can’t perform that action at this time.
0 commit comments