Skip to content

SONARJAVA-6249 Bump org.apache.activemq:activemq-client from 5.15.9 to 6.2.4 in /java-checks-test-sources/default#5564

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/java-checks-test-sources/default/org.apache.activemq-activemq-client-6.2.4
Open

SONARJAVA-6249 Bump org.apache.activemq:activemq-client from 5.15.9 to 6.2.4 in /java-checks-test-sources/default#5564
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/java-checks-test-sources/default/org.apache.activemq-activemq-client-6.2.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps org.apache.activemq:activemq-client from 5.15.9 to 6.2.4.

Release notes

Sourced from org.apache.activemq:activemq-client's releases.

Apache ActiveMQ 6.2.4

What's Changed

Full Changelog: apache/activemq@activemq-6.2.3...activemq-6.2.4

Apache ActiveMQ 6.2.3

What's Changed

Full Changelog: apache/activemq@activemq-6.2.2...activemq-6.2.3

Apache ActiveMQ 6.2.2

What's Changed

Full Changelog: apache/activemq@activemq-6.2.1...activemq-6.2.2

Apache ActiveMQ 5.19.5

What's Changed

Full Changelog: apache/activemq@activemq-5.19.4...activemq-5.19.5

Apache ActiveMQ 5.19.4 release

What's Changed

... (truncated)

Commits
  • 6bb0a02 [maven-release-plugin] prepare release activemq-6.2.4
  • 32bd50f Properly handle SSL handshake updates (#1886)
  • 4977d14 AMQ-9810 - Add additional validation for MQTT wireformat
  • 7ec363b AMQ-9810 - Add additional validation for MQTT control packets
  • 5af8422 Ensure AMQP protocol marshals messages before passing to broker (#1859) (#1860)
  • 76b9710 Bump version to 6.2.4-SNAPSHOT (#1868)
  • f485345 Also validate nested composite URIs used with BrokerView (#1848)
  • 6001f8e Add 6.2.3 in spring schemas (#1838)
  • 25b4317 Prevent a VM transport from being used with BrokerView (#1844)
  • c2f8f19 Fix FactoryFinder path resolution in Windows (#1831) (#1836)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.apache.activemq:activemq-client [< 6, > 5.15.9]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [org.apache.activemq:activemq-client](https://github.com/apache/activemq) from 5.15.9 to 6.2.4.
- [Release notes](https://github.com/apache/activemq/releases)
- [Commits](apache/activemq@activemq-5.15.9...activemq-6.2.4)

---
updated-dependencies:
- dependency-name: org.apache.activemq:activemq-client
  dependency-version: 6.2.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 10, 2026
@hashicorp-vault-sonar-prod hashicorp-vault-sonar-prod bot changed the title Bump org.apache.activemq:activemq-client from 5.15.9 to 6.2.4 in /java-checks-test-sources/default SONARJAVA-6249 Bump org.apache.activemq:activemq-client from 5.15.9 to 6.2.4 in /java-checks-test-sources/default Apr 10, 2026
@sonar-review-alpha
Copy link
Copy Markdown

sonar-review-alpha bot commented Apr 10, 2026

Summary

⚠️ The PR description exceeded the analysis limit and was truncated. The review may not reflect all context.

This PR bumps the activemq-client test dependency from 5.15.9 to 6.2.4 in the java-checks-test-sources/default module. This is a major version upgrade (5.15.x → 6.2.x) spanning three minor releases (6.2.2, 6.2.3, 6.2.4) that include protocol improvements, SSL/TLS handling fixes, and message marshalling corrections.

The change is a single-line pom.xml edit; the dependency has "provided" scope and only affects the test sources module, not production code.

What reviewers should know

What to review:

  • This is a test-only dependency upgrade (not production code), but verify the version bump is intentional given the major version jump
  • The release notes mention protocol and SSL/TLS fixes — check if any of these changes could affect how sonar-java's test sources use ActiveMQ
  • Confirm that test sources don't rely on APIs removed or significantly changed between 5.15.9 and 6.2.4

Where to start:

  • The change is minimal (one line in pom.xml at line 843)
  • The author provided comprehensive release notes in the description covering all intermediate versions
  • Primary concern: verify the test module's dependencies on ActiveMQ are compatible with the new version (likely requires build/test verification)

  • Generate Walkthrough
  • Generate Diagram

🗣️ Give feedback

@hashicorp-vault-sonar-prod
Copy link
Copy Markdown
Contributor

hashicorp-vault-sonar-prod bot commented Apr 10, 2026

SONARJAVA-6249

Copy link
Copy Markdown

@sonar-review-alpha sonar-review-alpha bot left a comment

Choose a reason for hiding this comment

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

LGTM! ✅

Clean, minimal change — single version bump in a test-source dependency with no logic changes. The dependency has provided scope and is only used in java-checks-test-sources, so there is no production impact.

🗣️ Give feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants