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 58136d6dfd Bump org.apache.activemq:activemq-broker (#2822)
58136d6dfd is described below
commit 58136d6dfd00850017eab2cc7647abd397a4ff38
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 19:41:30 2026 +0200
Bump org.apache.activemq:activemq-broker (#2822)
Bumps
[org.apache.activemq:activemq-broker](https://github.com/apache/activemq) from
6.2.5 to 6.2.6.
- [Release notes](https://github.com/apache/activemq/releases)
-
[Commits](https://github.com/apache/activemq/compare/activemq-6.2.5...activemq-6.2.6)
---
updated-dependencies:
- dependency-name: org.apache.activemq:activemq-broker
dependency-version: 6.2.6
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
examples/activemq-multiple-brokers/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/activemq-multiple-brokers/pom.xml
b/examples/activemq-multiple-brokers/pom.xml
index cc3b69666d..e778ff1f2a 100644
--- a/examples/activemq-multiple-brokers/pom.xml
+++ b/examples/activemq-multiple-brokers/pom.xml
@@ -141,7 +141,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
- <version>6.2.5</version>
+ <version>6.2.6</version>
<scope>test</scope>
</dependency>
</dependencies>