fix(deps): update bouncycastle, log4j, activemq, and mina#6711
Merged
Conversation
Bump bcmail/bcpkix/bcprov-jdk18on from 1.82 to 1.84 for the latest upstream security and bug fixes. Regenerate dependency verification metadata; bouncycastle is verified by trusted PGP key, so no per-jar checksums change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bump log4j-1.2-api/api/core/slf4j2-impl from 2.25.3 to 2.26.0. Regenerate dependency verification metadata and the expected release jar list. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bump activemq-broker/client/spring (test scope) from 6.2.0 to 6.2.6. Regenerate dependency verification metadata; activemq is test-only, so the release jar list is unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bump mina-core (test scope) from 2.2.5 to 2.2.8, the latest stable 2.x release. Verification metadata is unchanged: mina is test-only and already covered by a trusted PGP key. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update four dependency groups to their latest stable releases. Each upgrade is a separate commit, with the Gradle dependency-verification metadata regenerated and the full test suite run green before committing.
org.bouncycastle(bcmail/bcpkix/bcprov-jdk18on)org.apache.logging.log4j(log4j-1.2-api/api/core/slf4j2-impl)org.apache.activemq(activemq-broker/client/spring)org.apache.mina(mina-core)log4j and mina both expose a pre-release as their Maven
releasemarker (3.0.0-beta3and3.0.0-M2). Those are major-version pre-releases, so this PR stays on the current stable lines.Motivation and Context
Routine security maintenance: pick up the latest upstream security and bug fixes for the shipped logging stack (log4j) and the Bouncy Castle crypto provider, and keep the test-only message-broker and networking libraries current.
How Has This Been Tested?
For each group, in its own commit:
src/bom-thirdparty/build.gradle.ktsfor bouncycastle and log4j;src/bom-testing/build.gradle.ktsfor activemq and mina)../gradlew --console=plain --dependency-verification lenient -q --write-verification-metadata sha256,pgp dependencies. This refreshedgradle/verification-metadata.xmland, for log4j,src/dist/src/dist/expected_release_jars.csv../gradlew --quiet test— green for all four bumps.All four groups verify through trusted PGP keys, so no per-jar checksums change. log4j is the only shipped artifact among them, so it is the only group that updates the expected-release-jar list.
Types of changes
Checklist: