This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch TOMEE-4188_ActiveMQ_5.16.6 in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 08d0097485b195f414133e232dccea8b7dfb6702 Author: Richard Zowalla <[email protected]> AuthorDate: Wed May 3 09:24:28 2023 +0200 TOMEE-4188 - ActiveMQ 5.16.6 --- boms/tomee-plume/pom.xml | 12 ++++++------ boms/tomee-plus/pom.xml | 12 ++++++------ pom.xml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index 83a74265e3..9fdf35cfb7 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -268,7 +268,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> - <version>5.16.5</version> + <version>5.16.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -279,7 +279,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-client</artifactId> - <version>5.16.5</version> + <version>5.16.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -290,7 +290,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-jdbc-store</artifactId> - <version>5.16.5</version> + <version>5.16.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -301,7 +301,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-kahadb-store</artifactId> - <version>5.16.5</version> + <version>5.16.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -312,7 +312,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-openwire-legacy</artifactId> - <version>5.16.5</version> + <version>5.16.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -323,7 +323,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-ra</artifactId> - <version>5.16.5</version> + <version>5.16.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml index bf379ebe1e..8d27ce2407 100644 --- a/boms/tomee-plus/pom.xml +++ b/boms/tomee-plus/pom.xml @@ -279,7 +279,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> - <version>5.16.5</version> + <version>5.16.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -290,7 +290,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-client</artifactId> - <version>5.16.5</version> + <version>5.16.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -301,7 +301,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-jdbc-store</artifactId> - <version>5.16.5</version> + <version>5.16.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -312,7 +312,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-kahadb-store</artifactId> - <version>5.16.5</version> + <version>5.16.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -323,7 +323,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-openwire-legacy</artifactId> - <version>5.16.5</version> + <version>5.16.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -334,7 +334,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-ra</artifactId> - <version>5.16.5</version> + <version>5.16.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/pom.xml b/pom.xml index 9843497323..ce0daafa52 100644 --- a/pom.xml +++ b/pom.xml @@ -193,7 +193,7 @@ <!-- com.sun --> <version.impl.saaj>1.5.3</version.impl.saaj> <!-- org.apache --> - <version.activemq>5.16.5</version.activemq> + <version.activemq>5.16.6</version.activemq> <version.batchee>1.0.2</version.batchee> <version.bval>2.0.5</version.bval> <version.cxf>3.5.5</version.cxf>
