Skip to content
Merged
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 weixin-java-channel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>微信视频号/微信小店 Java SDK</description>

<properties>
<jackson.version>2.18.6</jackson.version>
<jackson.version>2.18.8</jackson.version>

@augmentcode augmentcode Bot Jul 24, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

weixin-java-channel 这里通过 <jackson.version> 显式覆盖父 POM 导入的 jackson-bom(根 pom.xml 当前为 2.18.4),可能导致 Jackson 组件出现 patch 版本不一致(例如 jackson-dataformat-xml 2.18.8 与被管理的 jackson-databind 等)。建议确认是否需要同步对齐相关 Jackson 组件版本,以降低运行期兼容性风险。

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@augmentcode augmentcode Bot Jul 24, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

PR 标题/描述只提到 jackson-core,但该 <jackson.version> 属性同时影响 jackson-annotationsjackson-dataformat-xml 的实际版本升级。建议确认这是否符合本次依赖升级的预期,避免后续审计/回溯时产生误解。

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

</properties>

<dependencies>
Expand Down