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

commit b4239327b7bee6f69c370627bfbd72346c3c70d3
Author: Richard Zowalla <r...@apache.org>
AuthorDate: Tue Oct 10 19:58:15 2023 +0200

    TOMEE-4246 - ActiveMQ 5.18.2
---
 boms/tomee-plume/pom.xml | 4 ++--
 boms/tomee-plus/pom.xml  | 4 ++--
 pom.xml                  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 597b7af42e..4c72227633 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -565,7 +565,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-client-jakarta</artifactId>
-      <version>5.18.1</version>
+      <version>5.18.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -576,7 +576,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-jdbc-store</artifactId>
-      <version>5.18.1</version>
+      <version>5.18.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index f516edd9b5..cdcbaf2a9a 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -576,7 +576,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-client-jakarta</artifactId>
-      <version>5.18.1</version>
+      <version>5.18.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -587,7 +587,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-jdbc-store</artifactId>
-      <version>5.18.1</version>
+      <version>5.18.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index a6a117e564..de55164c02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
     <!-- com.sun -->
     <version.impl.saaj>2.0.1</version.impl.saaj>
     <!-- org.apache -->
-    <version.activemq>5.18.1</version.activemq>
+    <version.activemq>5.18.2</version.activemq>
     <version.batchee>1.0.2</version.batchee>
     <version.bval>2.0.6</version.bval>
     <version.cxf>4.0.3</version.cxf>

Reply via email to