Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2025

User description

User description

Bumps org.apache.tomcat.embed:tomcat-embed-core from 10.1.44 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

  • Bump tomcat-embed-core to 10.1.47

  • Update versions in two Maven POMs


Diagram Walkthrough

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

File Walkthrough

Relevant files
Dependencies
pom.xml
Update Tomcat embed dependency in Camunda module                 

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

  • Upgrade tomcat-embed-core 10.1.44 → 10.1.47
  • No other dependencies modified
+1/-1     
pom.xml
Bump Tomcat embed dependency in root BPM POM                         

forms-flow-bpm/pom.xml

  • Upgrade tomcat-embed-core 10.1.44 → 10.1.47
  • Keep existing test and spring deps unchanged
+1/-1     


PR Type

Enhancement, dependencies


Description

  • Bump tomcat-embed-core to 10.1.47

  • Update versions in two Maven modules


Diagram Walkthrough

flowchart LR
  root["forms-flow-bpm"]
  camunda["forms-flow-bpm-camunda/pom.xml"]
  parentpom["forms-flow-bpm/pom.xml"]
  tomcat1045["tomcat-embed-core 10.1.45"]
  tomcat1047["tomcat-embed-core 10.1.47"]

  root -- "module" --> camunda
  root -- "parent" --> parentpom
  camunda -- "upgrade" --> tomcat1047
  parentpom -- "upgrade" --> tomcat1047
Loading

File Walkthrough

Relevant files
Dependencies
pom.xml
Camunda module tomcat-embed-core version bump                       

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

  • Update tomcat-embed-core version to 10.1.47
  • Replace previous 10.1.45 reference
+1/-1     
pom.xml
Root module tomcat-embed-core version bump                             

forms-flow-bpm/pom.xml

  • Update tomcat-embed-core dependency to 10.1.47
  • Replace previous 10.1.45 reference
+1/-1     

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 28, 2025
@dependabot dependabot bot requested review from a team as code owners October 28, 2025 18:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 28, 2025
@github-actions
Copy link

github-actions bot commented Oct 28, 2025

PR Reviewer Guide 🔍

(Review updated until commit 9993c30)

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

Version Consistency

Verify there are no other modules or dependencyManagement sections pinning a different tomcat-embed-core version that could lead to conflicts at runtime.

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

Confirm compatibility of tomcat-embed-core 10.1.47 with Spring and Camunda versions used, and check for any known breaking changes or CVE fixes requiring config updates.

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

@github-actions
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

Bumps org.apache.tomcat.embed:tomcat-embed-core from 10.1.44 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 force-pushed the dependabot/maven/forms-flow-bpm/org.apache.tomcat.embed-tomcat-embed-core-10.1.47 branch from b6cceed to 9993c30 Compare November 18, 2025 11:07
@github-actions
Copy link

Persistent review updated to latest commit 9993c30

@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