Skip to content

Commit

Permalink
Bump com.google.cloud.functions:functions-framework-api
Browse files Browse the repository at this point in the history
Bumps [com.google.cloud.functions:functions-framework-api](https://github.com/GoogleCloudPlatform/functions-framework-java) from 1.1.0 to 1.1.4.
- [Release notes](https://github.com/GoogleCloudPlatform/functions-framework-java/releases)
- [Commits](GoogleCloudPlatform/functions-framework-java@functions-framework-api-v1.1.0...functions-framework-api-v1.1.4)

---
updated-dependencies:
- dependency-name: com.google.cloud.functions:functions-framework-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent fb74fa7 commit 268db24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-cloud-function/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<artifactId>functions-framework-api</artifactId>
<groupId>com.google.cloud.functions</groupId>
<version>1.1.0</version>
<version>1.1.4</version>
</dependency>
<!-- test -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
<dependency>
<artifactId>functions-framework-api</artifactId>
<groupId>com.google.cloud.functions</groupId>
<version>1.1.0</version>
<version>1.1.4</version>
</dependency>
<!-- test -->
<dependency>
Expand Down

0 comments on commit 268db24

Please sign in to comment.