This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new d059a3ef61 TOMEE-4630 - Bump version.activemq from 6.2.6 to 6.2.7
(#2808)
d059a3ef61 is described below
commit d059a3ef619a6340d65f6f1f41ca1c0828a26330
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 11:38:47 2026 +0200
TOMEE-4630 - Bump version.activemq from 6.2.6 to 6.2.7 (#2808)
Bumps `version.activemq` from 6.2.6 to 6.2.7.
Updates `org.apache.activemq:activemq-jdbc-store` from 6.2.6 to 6.2.7
- [Release notes](https://github.com/apache/activemq/releases)
-
[Commits](https://github.com/apache/activemq/compare/activemq-6.2.6...activemq-6.2.7)
Updates `org.apache.activemq:activemq-ra` from 6.2.6 to 6.2.7
- [Release notes](https://github.com/apache/activemq/releases)
-
[Commits](https://github.com/apache/activemq/compare/activemq-6.2.6...activemq-6.2.7)
Updates `org.apache.activemq:activemq-client` from 6.2.6 to 6.2.7
- [Release notes](https://github.com/apache/activemq/releases)
-
[Commits](https://github.com/apache/activemq/compare/activemq-6.2.6...activemq-6.2.7)
Updates `org.apache.activemq:activemq-broker` from 6.2.6 to 6.2.7
- [Release notes](https://github.com/apache/activemq/releases)
-
[Commits](https://github.com/apache/activemq/compare/activemq-6.2.6...activemq-6.2.7)
Updates `org.apache.activemq:activemq-openwire-legacy` from 6.2.6 to 6.2.7
- [Release notes](https://github.com/apache/activemq/releases)
-
[Commits](https://github.com/apache/activemq/compare/activemq-6.2.6...activemq-6.2.7)
---
updated-dependencies:
- dependency-name: org.apache.activemq:activemq-jdbc-store
dependency-version: 6.2.7
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.apache.activemq:activemq-ra
dependency-version: 6.2.7
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.apache.activemq:activemq-client
dependency-version: 6.2.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.activemq:activemq-broker
dependency-version: 6.2.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.activemq:activemq-openwire-legacy
dependency-version: 6.2.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 cbd2296c71..88f3a8f350 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,7 @@
<!-- com.sun -->
<version.impl.saaj>3.0.6</version.impl.saaj>
<!-- org.apache -->
- <version.activemq>6.2.6</version.activemq>
+ <version.activemq>6.2.7</version.activemq>
<version.batchee>2.0.0</version.batchee>
<version.bval>3.0.1</version.bval>
<version.cxf>4.2.2</version.cxf>