Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates Maven dependency versions in pom.xml to incorporate upstream bugfixes and security patches (notably Spring Boot, Spring AI, and SQLite JDBC).
Changes:
- Bumped Spring Boot parent from
3.4.4to3.4.7. - Updated
spring-ai.versionfrom1.0.0to1.0.7. - Added a
jackson-bom.versionproperty and upgradedsqlite-jdbcfrom3.47.1.0to3.49.1.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fixes GHSA-72hv-8253-57qq, CVE-2026-29062, GHSA-2m67-wjpj-xhg9 in tools.jackson.core:jackson-core (transitive via mcp-json-jackson3). Bumped jackson3.version property to 3.1.1 and added dependencyManagement overrides for jackson-core, jackson-databind, jackson-annotations and jackson-dataformat-yaml.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the
pom.xmlto address several security vulnerabilities by overriding specific dependencies with newer, secure versions. It also introduces new properties for dependency versions to make future updates easier.Security and Dependency Updates:
MCP SDK and Core Updates
mcp-coreandmcpdependencies at version1.0.1to address CVE-2026-34237 and CVE-2026-35568.mcp-sdk.versionproperty for easier version management.Jackson 3 Updates
jackson-core,jackson-databind,jackson-annotations, andjackson-dataformat-yamlto version3.1.1to fix GHSA-72hv-8253-57qq, CVE-2026-29062, and GHSA-2m67-wjpj-xhg9.jackson3.versionproperty for streamlined version control.Logback Update
logback.versionproperty for future dependency management.This pull request updates several dependencies in thepom.xmlfile to keep the project up to date with the latest versions and improve compatibility and security. The most important changes are grouped below:Dependency version upgrades:
3.4.4to3.4.7to include the latest bug fixes and improvements.spring-aiversion from1.0.0to1.0.7for enhanced AI integration support.jackson-bom.versionset to2.18.6to manage Jackson dependencies more effectively.sqlite-jdbcdependency from3.47.1.0to3.49.1.0for improved database compatibility and bug fixes.