Skip to content

Commit 931309d

Browse files
Merge pull request #1618 from CMSgov/release/v2026.03.13.01
Deploy Release version v2026.03.13.01 to Prod
2 parents 862228a + 2ed7d02 commit 931309d

11 files changed

Lines changed: 34 additions & 18 deletions

File tree

acceptance-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>acceptance-tests</artifactId>
55
<groupId>gov.cms.qpp.conversion</groupId>
6-
<version>2026.02.27.01-RELEASE</version>
6+
<version>2026.03.13.01-RELEASE</version>
77
<name>conversion-tests</name>
88
<packaging>jar</packaging>
99
<properties>

commandline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>gov.cms.qpp.conversion</groupId>
88
<artifactId>qpp-conversion-tool-parent</artifactId>
9-
<version>2026.02.27.01-RELEASE</version>
9+
<version>2026.03.13.01-RELEASE</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>gov.cms.qpp.conversion</groupId>
88
<artifactId>qpp-conversion-tool-parent</artifactId>
9-
<version>2026.02.27.01-RELEASE</version>
9+
<version>2026.03.13.01-RELEASE</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

converter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>gov.cms.qpp.conversion</groupId>
88
<artifactId>qpp-conversion-tool-parent</artifactId>
9-
<version>2026.02.27.01-RELEASE</version>
9+
<version>2026.03.13.01-RELEASE</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -185,7 +185,7 @@
185185
<dependency>
186186
<groupId>gov.cms.qpp.conversion</groupId>
187187
<artifactId>commons</artifactId>
188-
<version>2026.02.27.01-RELEASE</version>
188+
<version>2026.03.13.01-RELEASE</version>
189189
<scope>compile</scope>
190190
</dependency>
191191

generate-race-cpcplus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>gov.cms.qpp.conversion</groupId>
88
<artifactId>generateRaceCpcPlus</artifactId>
9-
<version>2026.02.27.01-RELEASE</version>
9+
<version>2026.03.13.01-RELEASE</version>
1010
<name>generate-race-cpcplus</name>
1111
<packaging>jar</packaging>
1212

generate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>qpp-conversion-tool-parent</artifactId>
77
<groupId>gov.cms.qpp.conversion</groupId>
8-
<version>2026.02.27.01-RELEASE</version>
8+
<version>2026.03.13.01-RELEASE</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>gov.cms.qpp.conversion</groupId>
77
<artifactId>qpp-conversion-tool-parent</artifactId>
88
<packaging>pom</packaging>
9-
<version>2026.02.27.01-RELEASE</version>
9+
<version>2026.03.13.01-RELEASE</version>
1010
<name>QPP Conversion Tool</name>
1111

1212
<properties>
@@ -237,25 +237,25 @@
237237
<dependency>
238238
<groupId>com.fasterxml.jackson.core</groupId>
239239
<artifactId>jackson-core</artifactId>
240-
<version>2.17.3</version>
240+
<version>2.18.6</version>
241241
</dependency>
242242

243243
<dependency>
244244
<groupId>com.fasterxml.jackson.core</groupId>
245245
<artifactId>jackson-annotations</artifactId>
246-
<version>2.17.3</version>
246+
<version>2.18.6</version>
247247
</dependency>
248248

249249
<dependency>
250250
<groupId>com.fasterxml.jackson.core</groupId>
251251
<artifactId>jackson-databind</artifactId>
252-
<version>2.17.3</version>
252+
<version>2.18.6</version>
253253
</dependency>
254254

255255
<dependency>
256256
<groupId>com.fasterxml.jackson.dataformat</groupId>
257257
<artifactId>jackson-dataformat-xml</artifactId>
258-
<version>2.17.3</version>
258+
<version>2.18.6</version>
259259
</dependency>
260260

261261
<dependency>
@@ -515,7 +515,23 @@
515515
<dependency>
516516
<groupId>com.fasterxml.jackson.module</groupId>
517517
<artifactId>jackson-module-jaxb-annotations</artifactId>
518-
<version>2.17.3</version>
518+
<version>2.18.6</version>
519+
</dependency>
520+
521+
<dependency>
522+
<groupId>org.apache.tomcat.embed</groupId>
523+
<artifactId>tomcat-embed-core</artifactId>
524+
<version>10.1.52</version>
525+
</dependency>
526+
<dependency>
527+
<groupId>org.apache.tomcat.embed</groupId>
528+
<artifactId>tomcat-embed-el</artifactId>
529+
<version>10.1.52</version>
530+
</dependency>
531+
<dependency>
532+
<groupId>org.apache.tomcat.embed</groupId>
533+
<artifactId>tomcat-embed-websocket</artifactId>
534+
<version>10.1.52</version>
519535
</dependency>
520536

521537
<dependency>

qrda3-update-measures/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>gov.cms.qpp.conversion</groupId>
66
<artifactId>qpp-update-measures</artifactId>
7-
<version>2026.02.27.01-RELEASE</version>
7+
<version>2026.03.13.01-RELEASE</version>
88
<name>qrda3-update-measures</name>
99
<packaging>jar</packaging>
1010

rest-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>gov.cms.qpp.conversion</groupId>
2121
<artifactId>qpp-conversion-tool-parent</artifactId>
22-
<version>2026.02.27.01-RELEASE</version>
22+
<version>2026.03.13.01-RELEASE</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

@@ -33,7 +33,7 @@
3333

3434
<!-- For documentation only; actual coordination is done by the BOMs below -->
3535
<spring-framework.version>6.2.12</spring-framework.version>
36-
<tomcat.version>10.1.45</tomcat.version>
36+
<tomcat.version>10.1.52</tomcat.version>
3737

3838
<!-- Test stack kept explicit so CI is deterministic across JDK updates -->
3939
<junit.jupiter.version>5.10.3</junit.jupiter.version>

test-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>gov.cms.qpp.conversion</groupId>
88
<artifactId>qpp-conversion-tool-parent</artifactId>
9-
<version>2026.02.27.01-RELEASE</version>
9+
<version>2026.03.13.01-RELEASE</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)