This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 61798aadbb [4.4.x] bump activemq.version from 5.19.6 to 5.19.7 (#2697)
61798aadbb is described below
commit 61798aadbb464e50bdba1023a7da0408f1783dff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 13 06:38:22 2026 +0200
[4.4.x] bump activemq.version from 5.19.6 to 5.19.7 (#2697)
Bumps `activemq.version` from 5.19.6 to 5.19.7.
Updates `org.apache.activemq:activemq-pool` from 5.19.6 to 5.19.7
- [Release notes](https://github.com/apache/activemq/releases)
-
[Commits](https://github.com/apache/activemq/compare/activemq-5.19.6...activemq-5.19.7)
Updates `org.apache.activemq:activemq-karaf` from 5.19.6 to 5.19.7
- [Release notes](https://github.com/apache/activemq/releases)
-
[Commits](https://github.com/apache/activemq/compare/activemq-5.19.6...activemq-5.19.7)
---
updated-dependencies:
- dependency-name: org.apache.activemq:activemq-pool
dependency-version: 5.19.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.activemq:activemq-karaf
dependency-version: 5.19.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d4cf800cdf..567894d098 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
<distributionManagement.snapshot.name>Apache Development Snapshot
Repository</distributionManagement.snapshot.name>
<distributionManagement.snapshot.url>https://repository.apache.org/content/repositories/snapshots</distributionManagement.snapshot.url>
- <activemq.version>5.19.6</activemq.version>
+ <activemq.version>5.19.7</activemq.version>
<aopalliance.bundle.version>1.0_6</aopalliance.bundle.version>
<aspectj.bundle.version>1.9.21.1_1</aspectj.bundle.version>
<asm.version>9.10.1</asm.version>