Bump com.google.cloud.functions:functions-framework-api from 1.1.4 to 2.0.2 in /java - #1419
Conversation
Bumps [com.google.cloud.functions:functions-framework-api](https://github.com/GoogleCloudPlatform/functions-framework-java) from 1.1.4 to 2.0.2. - [Release notes](https://github.com/GoogleCloudPlatform/functions-framework-java/releases) - [Commits](GoogleCloudPlatform/functions-framework-java@functions-framework-api-v1.1.4...java-function-invoker-v2.0.2) --- updated-dependencies: - dependency-name: com.google.cloud.functions:functions-framework-api dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
🟡 Changes recommended
The dependency bump is fine, but the updated line includes an outdated/misleading inline comment that should be corrected to reflect the new version’s release timeframe.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the GCP implementation’s Maven dependency on Google’s Functions Framework API to a newer major version, aligning the Cloud Function integration with the latest upstream library.
Changes:
- Bump
com.google.cloud.functions:functions-framework-apifrom1.1.4to2.0.2in the GCP module.
File summaries
| File | Description |
|---|---|
| java/impl/gcp/pom.xml | Updates the Functions Framework API dependency version used by the GCP implementation. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| <!-- NOTE: does NOT appear to be available in the google-libraries-bom --> | ||
| <!-- does not appear to have any dependencies on other Google libraries --> | ||
| <version>1.1.4</version> <!-- Nov 2024 - https://mvnrepository.com/artifact/com.google.cloud.functions/functions-framework-api --> | ||
| <version>2.0.2</version> <!-- Nov 2024 - https://mvnrepository.com/artifact/com.google.cloud.functions/functions-framework-api --> |
|
Retargeting to |
Co-authored-by: Cursor <cursoragent@cursor.com>
|
Looked into prior history on this. What was upgraded before: #1388 merged What was not upgraded: The plugin Also fixed the stale |
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward dependency version bump and the project’s Maven compiler configuration already targets Java 21, which is compatible with the dependency’s Java 11 support removal.
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0 new
- Review effort level: Lite
Bumps com.google.cloud.functions:functions-framework-api from 1.1.4 to 2.0.2.
Release notes
Sourced from com.google.cloud.functions:functions-framework-api's releases.
... (truncated)
Commits
c8723dachore(main): release java-function-invoker 2.0.2 (#397)ce3a620build: remove legacy central-publishing-maven-plugin in favor of staging depl...0972c98ci: temporarily set default manual build target to functions-framework-api (#...638157fci: set ARTIFACTS_DIR to KOKORO_ARTIFACTS_DIR in build script for Kokoro atte...e62ae74ci: copy artifacts from all module target folders for Kokoro attestation (#406)15295c2ci: skip central-publishing upload during internal Exit Gate CI validation bu...9cd4a5cbuild: remove deprecated and unused truth-java8-extension from invoker/core (...1f735f1build: modernize utility Maven plugins for offline mirror compatibility (#403)abdfdb0ci: set JAVA_HOME to OpenJDK 17 in Kokoro build script (#402)46c6f48build: modernize all core lifecycle plugins for offline mirror compatibility ...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)