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 e0794f6495 Bump org.apache.activemq:activemq-broker (#2823)
e0794f6495 is described below
commit e0794f6495745bcd0235ded47b18d696dc3aeb00
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 19:41:13 2026 +0200
Bump org.apache.activemq:activemq-broker (#2823)
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:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
examples/client-resource-lookup-preview/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/client-resource-lookup-preview/pom.xml
b/examples/client-resource-lookup-preview/pom.xml
index 719c13c939..bc6c51f7ef 100644
--- a/examples/client-resource-lookup-preview/pom.xml
+++ b/examples/client-resource-lookup-preview/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
- <version>6.2.5</version>
+ <version>6.2.6</version>
<scope>runtime</scope>
</dependency>
<!-- test deps -->