fix: use correct jackson-annotations version (2.21)#13379
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughA Maven POM dependency for com.fasterxml.jackson.core:jackson-annotations in the Java runtime wrapper for AWS invoke-local was changed from version Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
2b50100 to
1400410
Compare
Starting from Jackson 2.20, the annotations module is published without a patch number (e.g. 2.21 instead of 2.21.0). The previous bump in #13340 set all jackson deps to 2.21.0, but jackson-annotations:2.21.0 does not exist on Maven Central. Made-with: Cursor
1400410 to
c6d7bfb
Compare
Starting from Jackson 2.20, the annotations module is published without a patch number (e.g. 2.21 instead of 2.21.0). The previous bump in #13340 set all jackson deps to 2.21.0, but jackson-annotations:2.21.0 does not exist on Maven Central.
Summary by CodeRabbit