File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ that supports Maven to create the Maven project. Add this dependency in the
3232 <dependency >
3333 <groupId >com.google.cloud.functions</groupId >
3434 <artifactId >functions-framework-api</artifactId >
35- <version >1.0.0-alpha-2-rc3 </version >
35+ <version >1.0.1 </version >
3636 <scope >provided</scope >
3737 </dependency >
3838```
@@ -42,7 +42,7 @@ Framework dependency in your `build.gradle` project file as follows:
4242
4343``` groovy
4444 dependencies {
45- implementation 'com.google.cloud.functions:functions-framework-api:1.0.0-alpha-2-rc3 '
45+ implementation 'com.google.cloud.functions:functions-framework-api:1.0.1 '
4646 }
4747
4848```
@@ -206,7 +206,7 @@ configurations {
206206}
207207
208208dependencies {
209- implementation 'com.google.cloud.functions:functions-framework-api:1.0.0-alpha-2-rc3 '
209+ implementation 'com.google.cloud.functions:functions-framework-api:1.0.1 '
210210 invoker 'com.google.cloud.functions.invoker:java-function-invoker:1.0.0-alpha-2-rc4'
211211}
212212
Original file line number Diff line number Diff line change 4242 <dependency >
4343 <groupId >com.google.cloud.functions</groupId >
4444 <artifactId >functions-framework-api</artifactId >
45- <version >1.0.0-alpha-2-rc4-SNAPSHOT </version >
45+ <version >1.0.1 </version >
4646 </dependency >
4747 </dependencies >
4848 </dependencyManagement >
You can’t perform that action at this time.
0 commit comments