This is an automated email from the ASF dual-hosted git repository. jungm 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 425a0f6081 TOMEE-4499 - Bump version.activemq from 6.1.6 to 6.1.7 (#1976) 425a0f6081 is described below commit 425a0f60816fbb307ac55617ed3bb48a3563de19 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jun 27 08:32:41 2025 +0200 TOMEE-4499 - Bump version.activemq from 6.1.6 to 6.1.7 (#1976) Bumps `version.activemq` from 6.1.6 to 6.1.7. Updates `org.apache.activemq:activemq-jdbc-store` from 6.1.6 to 6.1.7 - [Commits](https://github.com/apache/activemq/compare/activemq-6.1.6...activemq-6.1.7) Updates `org.apache.activemq:activemq-ra` from 6.1.6 to 6.1.7 - [Commits](https://github.com/apache/activemq/compare/activemq-6.1.6...activemq-6.1.7) Updates `org.apache.activemq:activemq-client` from 6.1.6 to 6.1.7 - [Commits](https://github.com/apache/activemq/compare/activemq-6.1.6...activemq-6.1.7) Updates `org.apache.activemq:activemq-broker` from 6.1.6 to 6.1.7 - [Commits](https://github.com/apache/activemq/compare/activemq-6.1.6...activemq-6.1.7) Updates `org.apache.activemq:activemq-openwire-legacy` from 6.1.6 to 6.1.7 - [Commits](https://github.com/apache/activemq/compare/activemq-6.1.6...activemq-6.1.7) --- updated-dependencies: - dependency-name: org.apache.activemq:activemq-jdbc-store dependency-version: 6.1.7 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.apache.activemq:activemq-ra dependency-version: 6.1.7 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.apache.activemq:activemq-client dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.activemq:activemq-broker dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.activemq:activemq-openwire-legacy dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- boms/tomee-plume/pom.xml | 10 +++++----- boms/tomee-plus/pom.xml | 10 +++++----- examples/activemq-multiple-brokers/pom.xml | 2 +- examples/client-resource-lookup-preview/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index e3da02977c..55d9a91417 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -785,7 +785,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> - <version>6.1.6</version> + <version>6.1.7</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -796,7 +796,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-client</artifactId> - <version>6.1.6</version> + <version>6.1.7</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -807,7 +807,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-jdbc-store</artifactId> - <version>6.1.6</version> + <version>6.1.7</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -829,7 +829,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-openwire-legacy</artifactId> - <version>6.1.6</version> + <version>6.1.7</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -840,7 +840,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-ra</artifactId> - <version>6.1.6</version> + <version>6.1.7</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml index d6379183f0..6e5c653331 100644 --- a/boms/tomee-plus/pom.xml +++ b/boms/tomee-plus/pom.xml @@ -785,7 +785,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> - <version>6.1.6</version> + <version>6.1.7</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -796,7 +796,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-client</artifactId> - <version>6.1.6</version> + <version>6.1.7</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -807,7 +807,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-jdbc-store</artifactId> - <version>6.1.6</version> + <version>6.1.7</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -829,7 +829,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-openwire-legacy</artifactId> - <version>6.1.6</version> + <version>6.1.7</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -840,7 +840,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-ra</artifactId> - <version>6.1.6</version> + <version>6.1.7</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/examples/activemq-multiple-brokers/pom.xml b/examples/activemq-multiple-brokers/pom.xml index e9efbaeaaa..4a657fd2ac 100644 --- a/examples/activemq-multiple-brokers/pom.xml +++ b/examples/activemq-multiple-brokers/pom.xml @@ -140,7 +140,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> - <version>6.1.6</version> + <version>6.1.7</version> <scope>test</scope> </dependency> </dependencies> diff --git a/examples/client-resource-lookup-preview/pom.xml b/examples/client-resource-lookup-preview/pom.xml index 6284c923a8..19cc5a6a76 100644 --- a/examples/client-resource-lookup-preview/pom.xml +++ b/examples/client-resource-lookup-preview/pom.xml @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> - <version>6.1.6</version> + <version>6.1.7</version> <scope>runtime</scope> </dependency> <!-- test deps --> diff --git a/pom.xml b/pom.xml index 2d0cee5c95..eed781f0e2 100644 --- a/pom.xml +++ b/pom.xml @@ -206,7 +206,7 @@ <!-- com.sun --> <version.impl.saaj>3.0.4</version.impl.saaj> <!-- org.apache --> - <version.activemq>6.1.6</version.activemq> + <version.activemq>6.1.7</version.activemq> <version.batchee>2.0.0</version.batchee> <version.bval>3.0.1</version.bval> <version.cxf>4.1.2</version.cxf>