From b792338696f72cdfa4b1fbebd2d898df1f717a28 Mon Sep 17 00:00:00 2001 From: Chetan Munegowda Date: Tue, 10 Mar 2026 12:06:55 -0400 Subject: [PATCH 1/3] QPPA-11465: fix vulnerability issue --- pom.xml | 26 +++++++++++++++++++++----- rest-api/pom.xml | 2 +- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 2639017c8..560cef225 100644 --- a/pom.xml +++ b/pom.xml @@ -237,25 +237,25 @@ com.fasterxml.jackson.core jackson-core - 2.17.3 + 2.18.2 com.fasterxml.jackson.core jackson-annotations - 2.17.3 + 2.18.2 com.fasterxml.jackson.core jackson-databind - 2.17.3 + 2.18.2 com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.17.3 + 2.18.2 @@ -515,7 +515,23 @@ com.fasterxml.jackson.module jackson-module-jaxb-annotations - 2.17.3 + 2.18.2 + + + + org.apache.tomcat.embed + tomcat-embed-core + 10.1.52 + + + org.apache.tomcat.embed + tomcat-embed-el + 10.1.52 + + + org.apache.tomcat.embed + tomcat-embed-websocket + 10.1.52 diff --git a/rest-api/pom.xml b/rest-api/pom.xml index a03798f1a..f2dbd68ea 100644 --- a/rest-api/pom.xml +++ b/rest-api/pom.xml @@ -33,7 +33,7 @@ 6.2.12 - 10.1.45 + 10.1.52 5.10.3 From a301dc0204dd5da83ffe6334c07741e2181bda5f Mon Sep 17 00:00:00 2001 From: Chetan Munegowda Date: Tue, 10 Mar 2026 12:13:20 -0400 Subject: [PATCH 2/3] fix vulnerability issue --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 560cef225..a1868a14d 100644 --- a/pom.xml +++ b/pom.xml @@ -237,25 +237,25 @@ com.fasterxml.jackson.core jackson-core - 2.18.2 + 2.18.6 com.fasterxml.jackson.core jackson-annotations - 2.18.2 + 2.18.6 com.fasterxml.jackson.core jackson-databind - 2.18.2 + 2.18.6 com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.18.2 + 2.18.6 @@ -515,7 +515,7 @@ com.fasterxml.jackson.module jackson-module-jaxb-annotations - 2.18.2 + 2.18.6 From 2ed7d02808aa06eab8e514439d6367366641e7f9 Mon Sep 17 00:00:00 2001 From: GitHub actions Date: Fri, 13 Mar 2026 14:54:05 +0000 Subject: [PATCH 3/3] Prepare release v2026.03.13.01 --- acceptance-tests/pom.xml | 2 +- commandline/pom.xml | 2 +- commons/pom.xml | 2 +- converter/pom.xml | 4 ++-- generate-race-cpcplus/pom.xml | 2 +- generate/pom.xml | 2 +- pom.xml | 2 +- qrda3-update-measures/pom.xml | 2 +- rest-api/pom.xml | 2 +- test-commons/pom.xml | 2 +- test-coverage/pom.xml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/acceptance-tests/pom.xml b/acceptance-tests/pom.xml index 13edbb302..2d417cdc1 100644 --- a/acceptance-tests/pom.xml +++ b/acceptance-tests/pom.xml @@ -3,7 +3,7 @@ 4.0.0 acceptance-tests gov.cms.qpp.conversion - 2026.02.27.01-RELEASE + 2026.03.13.01-RELEASE conversion-tests jar diff --git a/commandline/pom.xml b/commandline/pom.xml index fa95be16d..1787342d7 100644 --- a/commandline/pom.xml +++ b/commandline/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent - 2026.02.27.01-RELEASE + 2026.03.13.01-RELEASE ../pom.xml diff --git a/commons/pom.xml b/commons/pom.xml index 61b1d3e20..5ff5844be 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent - 2026.02.27.01-RELEASE + 2026.03.13.01-RELEASE ../pom.xml diff --git a/converter/pom.xml b/converter/pom.xml index a4b53f0a9..215d097e6 100644 --- a/converter/pom.xml +++ b/converter/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent - 2026.02.27.01-RELEASE + 2026.03.13.01-RELEASE ../pom.xml @@ -185,7 +185,7 @@ gov.cms.qpp.conversion commons - 2026.02.27.01-RELEASE + 2026.03.13.01-RELEASE compile diff --git a/generate-race-cpcplus/pom.xml b/generate-race-cpcplus/pom.xml index 54be01e9f..5e863f2f0 100644 --- a/generate-race-cpcplus/pom.xml +++ b/generate-race-cpcplus/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion generateRaceCpcPlus - 2026.02.27.01-RELEASE + 2026.03.13.01-RELEASE generate-race-cpcplus jar diff --git a/generate/pom.xml b/generate/pom.xml index b360c7c10..0fa9b7531 100644 --- a/generate/pom.xml +++ b/generate/pom.xml @@ -5,7 +5,7 @@ qpp-conversion-tool-parent gov.cms.qpp.conversion - 2026.02.27.01-RELEASE + 2026.03.13.01-RELEASE ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index a1868a14d..33fdbe63f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent pom - 2026.02.27.01-RELEASE + 2026.03.13.01-RELEASE QPP Conversion Tool diff --git a/qrda3-update-measures/pom.xml b/qrda3-update-measures/pom.xml index 2bc2e94ec..6ec4d6073 100644 --- a/qrda3-update-measures/pom.xml +++ b/qrda3-update-measures/pom.xml @@ -4,7 +4,7 @@ gov.cms.qpp.conversion qpp-update-measures - 2026.02.27.01-RELEASE + 2026.03.13.01-RELEASE qrda3-update-measures jar diff --git a/rest-api/pom.xml b/rest-api/pom.xml index f2dbd68ea..8cd51c0cd 100644 --- a/rest-api/pom.xml +++ b/rest-api/pom.xml @@ -19,7 +19,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent - 2026.02.27.01-RELEASE + 2026.03.13.01-RELEASE ../pom.xml diff --git a/test-commons/pom.xml b/test-commons/pom.xml index c1acef3f5..b2f79385e 100644 --- a/test-commons/pom.xml +++ b/test-commons/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent - 2026.02.27.01-RELEASE + 2026.03.13.01-RELEASE ../pom.xml diff --git a/test-coverage/pom.xml b/test-coverage/pom.xml index 32a3949d2..8d9c2e54a 100644 --- a/test-coverage/pom.xml +++ b/test-coverage/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent - 2026.02.27.01-RELEASE + 2026.03.13.01-RELEASE ../pom.xml