Skip to content

Bump activemq.version from 5.19.1 to 5.19.2#2281

Merged
jbonofre merged 1 commit intomainfrom
dependabot/maven/main/activemq.version-5.19.2
Feb 24, 2026
Merged

Bump activemq.version from 5.19.1 to 5.19.2#2281
jbonofre merged 1 commit intomainfrom
dependabot/maven/main/activemq.version-5.19.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps activemq.version from 5.19.1 to 5.19.2.
Updates org.apache.activemq:activemq-pool from 5.19.1 to 5.19.2

Commits
  • c0ba134 [maven-release-plugin] prepare release activemq-5.19.2
  • b8b6125 Upgrade to log4j 2.25.3 and slf4j 2.0.17
  • 2962323 Bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1 (#1605)
  • 1336063 [AMQ-9815] Add additional attributes to ConnectorView (#1556)
  • 120aa34 AMQ-9824 - Cleanup code in KahaDB classes
  • 4f3bafb AMQ-9823 - properly clear ack set from ackAndPreparedMap
  • 7b71fc6 AMQ-9819 - Rework Rest test fix
  • 009b4f3 [AMQ-9819]: harden #testConsumeAsyncTimeout() so it does not rely on a specif...
  • c2dced4 [AMQ-9820]: closed connections leaking into the pool when reconnectOnExceptio...
  • 733257f AMQ-9813 - Minor updates
  • Additional commits viewable in compare view

Updates org.apache.activemq:activemq-karaf from 5.19.1 to 5.19.2

Commits
  • c0ba134 [maven-release-plugin] prepare release activemq-5.19.2
  • b8b6125 Upgrade to log4j 2.25.3 and slf4j 2.0.17
  • 2962323 Bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1 (#1605)
  • 1336063 [AMQ-9815] Add additional attributes to ConnectorView (#1556)
  • 120aa34 AMQ-9824 - Cleanup code in KahaDB classes
  • 4f3bafb AMQ-9823 - properly clear ack set from ackAndPreparedMap
  • 7b71fc6 AMQ-9819 - Rework Rest test fix
  • 009b4f3 [AMQ-9819]: harden #testConsumeAsyncTimeout() so it does not rely on a specif...
  • c2dced4 [AMQ-9820]: closed connections leaking into the pool when reconnectOnExceptio...
  • 733257f AMQ-9813 - Minor updates
  • Additional commits viewable in compare view

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)

Bumps `activemq.version` from 5.19.1 to 5.19.2.

Updates `org.apache.activemq:activemq-pool` from 5.19.1 to 5.19.2
- [Commits](apache/activemq@activemq-5.19.1...activemq-5.19.2)

Updates `org.apache.activemq:activemq-karaf` from 5.19.1 to 5.19.2
- [Commits](apache/activemq@activemq-5.19.1...activemq-5.19.2)

---
updated-dependencies:
- dependency-name: org.apache.activemq:activemq-pool
  dependency-version: 5.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.activemq:activemq-karaf
  dependency-version: 5.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Feb 13, 2026
@github-actions
Copy link

github-actions bot commented Feb 13, 2026

Test Results

242 files  ±0  242 suites  ±0   18m 56s ⏱️ ±0s
983 tests ±0  938 ✅ ±0  45 💤 ±0  0 ❌ ±0 
987 runs  ±0  942 ✅ ±0  45 💤 ±0  0 ❌ ±0 

Results for commit b2f4e1a. ± Comparison against base commit e75c6e7.

♻️ This comment has been updated with latest results.

@jbonofre jbonofre merged commit a9d490d into main Feb 24, 2026
4 of 5 checks passed
@jbonofre jbonofre deleted the dependabot/maven/main/activemq.version-5.19.2 branch February 24, 2026 05:54
jbonofre pushed a commit that referenced this pull request Feb 24, 2026
Bumps `activemq.version` from 5.19.1 to 5.19.2.

Updates `org.apache.activemq:activemq-pool` from 5.19.1 to 5.19.2
- [Commits](apache/activemq@activemq-5.19.1...activemq-5.19.2)

Updates `org.apache.activemq:activemq-karaf` from 5.19.1 to 5.19.2
- [Commits](apache/activemq@activemq-5.19.1...activemq-5.19.2)

---
updated-dependencies:
- dependency-name: org.apache.activemq:activemq-pool
  dependency-version: 5.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.activemq:activemq-karaf
  dependency-version: 5.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant