slachiewicz commented on issue #12811: URL: https://github.com/apache/maven/issues/12811#issuecomment-5450874161
Actioned per the accepted recommendation (stay on plexus-cipher 2.0 on Maven 3.x, document why):\n\n- **maven-3.9.x**: POM comment above `<cipherVersion>2.0</cipherVersion>` — #12878\n- **maven-3.10.x**: POM comment above `<cipherVersion>2.0</cipherVersion>` — #12879\n- **Dependabot ignores** (`org.codehaus.plexus:plexus-cipher >=2.1.0` added to the `maven-3.9.x` and `maven-3.10.x` target-branch blocks of `.github/dependabot.yml`) — #12880. Note: the dependabot config lives only on master (Dependabot reads it from the default branch), so the ignore change targets master.\n\nVerified that neither master nor maven-4.0.x depends on `org.codehaus.plexus:plexus-cipher` at all (they only enforce a ban on the legacy `org.sonatype.plexus:plexus-cipher`), so no ignore is needed there — Maven 4 remains the migration path for stronger crypto. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
