From e2e696f04ec9c6ff05528f9d96c346e26509eeaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:42:22 +0000 Subject: [PATCH 1/2] Bump cxf.activemq.artemis.version from 2.26.0 to 2.27.1 Bumps `cxf.activemq.artemis.version` from 2.26.0 to 2.27.1. Updates `artemis-jakarta-server` from 2.26.0 to 2.27.1 - [Release notes](https://github.com/apache/activemq-artemis/releases) - [Commits](https://github.com/apache/activemq-artemis/compare/2.26.0...2.27.1) Updates `artemis-jakarta-client` from 2.26.0 to 2.27.1 - [Release notes](https://github.com/apache/activemq-artemis/releases) - [Commits](https://github.com/apache/activemq-artemis/compare/2.26.0...2.27.1) Updates `artemis-jakarta-ra` from 2.26.0 to 2.27.1 - [Release notes](https://github.com/apache/activemq-artemis/releases) - [Commits](https://github.com/apache/activemq-artemis/compare/2.26.0...2.27.1) Updates `artemis-junit` from 2.26.0 to 2.27.1 - [Release notes](https://github.com/apache/activemq-artemis/releases) - [Commits](https://github.com/apache/activemq-artemis/compare/2.26.0...2.27.1) --- updated-dependencies: - dependency-name: org.apache.activemq:artemis-jakarta-server dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.activemq:artemis-jakarta-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.activemq:artemis-jakarta-ra dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.apache.activemq:artemis-junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- distribution/src/main/release/samples/pom.xml | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index d4b7f1a28e7..d09be06eba1 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -46,7 +46,7 @@ 1.9.19 5.14.1 2.1 - 2.26.0 + 2.27.1 2.1.214 5.12.7.Final 2.6.7 diff --git a/parent/pom.xml b/parent/pom.xml index d68898e51a4..790030aee48 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -58,7 +58,7 @@ 5.0.1 - 2.26.0 + 2.27.1 2.12.3 1.7.0.Alpha13 3.0.0.Final From ccbb63fd402812c82f4da77cce34139bd9bb3d22 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Thu, 5 Jan 2023 17:19:52 -0500 Subject: [PATCH 2/2] Add jboss-logging dependency (now required by ActiveMQ Artemis) --- .../src/main/release/samples/jms_spring_config/pom.xml | 3 --- rt/transports/jms/pom.xml | 5 +++++ systests/transport-jms/pom.xml | 5 +++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/distribution/src/main/release/samples/jms_spring_config/pom.xml b/distribution/src/main/release/samples/jms_spring_config/pom.xml index 9aa86c49da6..d5647221160 100644 --- a/distribution/src/main/release/samples/jms_spring_config/pom.xml +++ b/distribution/src/main/release/samples/jms_spring_config/pom.xml @@ -148,12 +148,10 @@ org.apache.cxf cxf-rt-frontend-jaxws - 4.0.1-SNAPSHOT org.apache.cxf cxf-rt-transports-jms - 4.0.1-SNAPSHOT org.apache.cxf.xjc-utils @@ -171,7 +169,6 @@ org.apache.activemq artemis-jakarta-server - ${cxf.activemq.artemis.version} diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml index 118105fa076..6938388058c 100644 --- a/rt/transports/jms/pom.xml +++ b/rt/transports/jms/pom.xml @@ -122,6 +122,11 @@ narayana-jta-jakarta test + + org.jboss.logging + jboss-logging + test + diff --git a/systests/transport-jms/pom.xml b/systests/transport-jms/pom.xml index 761dfda0df7..54b46ade2b0 100644 --- a/systests/transport-jms/pom.xml +++ b/systests/transport-jms/pom.xml @@ -262,5 +262,10 @@ narayana-jta-jakarta test + + org.jboss.logging + jboss-logging + test +