Update Maven dependencies (2026-08-17) - #164
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan includes up to 4 reviews per rolling hour; 3 remain after this review. 📝 WalkthroughSummary by CodeRabbit
WalkthroughThe project updates the configured Spotless Maven plugin version from ChangesSpotless Maven Plugin Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to The PR updates the Spotless Maven plugin from 3.9.0 to 3.10.0 without changing project dependencies; dependency resolution and build verification pass, so no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
Updated dependencies and plugins
Plugins:
com.diffplug.spotless:spotless-maven-plugin3.9.0->3.10.0Dependencies:
Skipped prerelease/non-stable suggestions
No prerelease or non-stable suggestions were reported.
Skipped stable suggestions:
org.bouncycastle:bcprov-jdk18on1.85->1.85.2was not applied because the centralizedbouncycastle.versionproperty also controlsorg.bouncycastle:bcpkix-jdk18on, andbcpkix-jdk18on:1.85.2does not resolve from Maven Central.Verification
Initial verification with both reported updates:
mvn -q -DskipTests installfailed becauseorg.bouncycastle:bcpkix-jdk18on:jar:1.85.2was not found in Maven Central.Verification after reverting only the Bouncy Castle update:
mvn -q -DskipTests installpassedmvn dependency:resolvepassedmvn -q spotless:applypassedmvn -q clean compilepassedmvn -q clean verifypassedReview: