Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.2</version>
<version>2.18.6</version>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jackson component version mismatch risks runtime incompatibility

High Severity

jackson-core is bumped to 2.18.6 while jackson-databind and jackson-annotations remain at 2.16.2. Jackson core components are designed to be used at the same minor version — mixing 2.18.x with 2.16.x can cause runtime errors such as NoSuchMethodError or IncompatibleClassChangeError due to internal API changes across minor versions.

Additional Locations (2)

Fix in Cursor Fix in Web

</dependency>

<dependency>
Expand Down
Loading