Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

User description

Bumps org.apache.tomcat.embed:tomcat-embed-core from 10.1.45 to 10.1.47.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

PR Type

Enhancement, Dependencies


Description

  • Update Tomcat embed core to 10.1.47

  • Align dependency version across modules


Diagram Walkthrough

flowchart LR
  A["forms-flow-bpm-camunda/pom.xml"] -- "tomcat-embed-core 10.1.45 → 10.1.47" --> C["Updated dependency"]
  B["forms-flow-bpm/pom.xml"] -- "tomcat-embed-core 10.1.45 → 10.1.47" --> C
Loading

File Walkthrough

Relevant files
Dependencies
pom.xml
Upgrade tomcat-embed-core in camunda module                           

forms-flow-bpm/forms-flow-bpm-camunda/pom.xml

  • Bump tomcat-embed-core to 10.1.47
  • Maintain other dependencies unchanged
+1/-1     
pom.xml
Upgrade tomcat-embed-core in root module                                 

forms-flow-bpm/pom.xml

  • Bump tomcat-embed-core to 10.1.47
  • Keep rest of dependency set unchanged
+1/-1     

Bumps org.apache.tomcat.embed:tomcat-embed-core from 10.1.45 to 10.1.47.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-version: 10.1.47
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 18, 2025
@dependabot dependabot bot requested review from a team as code owners November 18, 2025 11:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 18, 2025
@github-actions
Copy link

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Compatibility

Validate runtime compatibility of Tomcat 10.1.47 with the current Spring, Camunda, and servlet API versions used in this module, and ensure no transitive conflicts or behavior changes occur.

    <groupId>org.apache.tomcat.embed</groupId>
    <artifactId>tomcat-embed-core</artifactId>
    <version>10.1.47</version>
</dependency>
Dependency Alignment

Confirm that both modules use the same Tomcat version and that any other Tomcat embed artifacts (e.g., websocket, el, jasper) are aligned to 10.1.47 to avoid classpath mismatches.

	<groupId>org.apache.tomcat.embed</groupId>
	<artifactId>tomcat-embed-core</artifactId>
	<version>10.1.47</version>
</dependency>

@sonarqubecloud
Copy link

@github-actions
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code Review effort 1/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant