-
Notifications
You must be signed in to change notification settings - Fork 51
chore(QTDI-2345): Bump to xbean:4.29. #1144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
* chore(QTDI-2446): bump log4j to 2.25.3 * chore(QTDI-2465): bump logback to 1.5.19 * chore(QTDI-2457): bump react-router to 6.30.2 to fix cve on @remix-run/router * chore(QTDI-2394): bump rhino to 1.9.0 * chore(QTDI-2242): bump tomcat to 9.0.113 * logback --------- Co-authored-by: Emmanuel GALLOIS <Emmanuel.gallois@qlik.com>
69e6f12 to
fc36a4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the xbean library from version 4.20 to 4.29 as part of a dependency maintenance effort. The change requires explicit dependency management to control the xbean version used by meecrowave-core.
Changes:
- Updated xbean version from 4.20 to 4.29 in the parent POM
- Added explicit xbean dependency declarations with exclusions in meecrowave-core dependencies
- Updated related dependencies (tomcat, logback, log4j2, rhino) and react-router packages
Reviewed changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Updated xbean.version property and several related dependency versions |
| vault-client/pom.xml | Added xbean dependency exclusions and explicit version declarations |
| component-starter-server/pom.xml | Added xbean dependency exclusions and explicit version declarations |
| component-tools-webapp/src/main/frontend/package.json | Updated react-router-dom version and removed trailing newline |
| component-tools-webapp/src/main/frontend/package-template.json | Updated react-router-dom version and removed trailing newline |
| component-starter-server/src/main/frontend/package.json | Updated react-router and react-router-dom versions |
| component-starter-server/src/main/frontend/package-template.json | Updated react-router and react-router-dom versions |
Files not reviewed (2)
- component-starter-server/src/main/frontend/package-lock.json: Language not supported
- component-tools-webapp/src/main/frontend/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (0.00% Estimated after merge)
Requirements
https://qlik-dev.atlassian.net/browse/QTDI-2345
Why this PR is needed?
What does this PR adds (design/code thoughts)?