This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 23fe6df440 Update ActiveMQ Artemis to 2.39.0 (#2212)
23fe6df440 is described below
commit 23fe6df440bb1718a46d2499a253b1b7b421a73d
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Jan 1 14:34:15 2025 -0500
Update ActiveMQ Artemis to 2.39.0 (#2212)
---
parent/pom.xml | 2 +-
rt/transports/jms/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 326dfd5bcd..f73dee7d2c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -87,7 +87,7 @@
<cxf.osgi.jakarta.transaction.version>[2,3)</cxf.osgi.jakarta.transaction.version>
<!-- please maintain alphabetical order here -->
- <cxf.activemq.artemis.version>2.35.0</cxf.activemq.artemis.version>
+ <cxf.activemq.artemis.version>2.39.0</cxf.activemq.artemis.version>
<cxf.ahc.version>3.0.1</cxf.ahc.version>
<cxf.arquillian.version>1.8.0.Final</cxf.arquillian.version>
<cxf.arquillian.weld.container.version>3.0.2.Final</cxf.arquillian.weld.container.version>
diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml
index ffa16c4c41..8b63c46841 100644
--- a/rt/transports/jms/pom.xml
+++ b/rt/transports/jms/pom.xml
@@ -172,7 +172,7 @@
<profile>
<id>jdk23</id>
<activation>
- <jdk>[23,)</jdk>
+ <jdk>[23,24)</jdk>
</activation>
<build>
<plugins>