Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN mvn -B -ntp \
# Uses a pinned Alpine-based Java 21 JRE image.
# This avoids the Ubuntu-based OS package vulnerabilities reported by Snyk
# while keeping the runtime image smaller and more reproducible.
FROM eclipse-temurin:21.0.10_7-jre-alpine-3.23
FROM eclipse-temurin:21.0.11_10-jre-alpine-3.23

# Set the directory where the application will run.
WORKDIR /usr/src/run/
Expand Down
2 changes: 1 addition & 1 deletion DockerfileTest
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN mvn -B -ntp install \
# -----------------------------
# Uses a smaller Alpine-based Eclipse Temurin Java 21 JRE image.
# This avoids the Ubuntu-based OS package vulnerabilities reported by Snyk.
FROM eclipse-temurin:21.0.10_7-jre-alpine-3.23
FROM eclipse-temurin:21.0.11_10-jre-alpine-3.23

# Set the runtime directory.
WORKDIR /usr/src/run/
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Before you can use the qpp-conversion-tool application, you must install and con

[GitHub's Guide to Installing Git](https://help.github.com/articles/set-up-git) is a good source of information.

* [Java Runtime](https://java.com/download) (version `21`).
* [Java Runtime](https://java.com/download) (version `21.0.11` or later).

It is important that you have the right version of `java` on your path.

```shell
# When you run 'java -version', you should get 21. For example:
# When you run 'java -version', you should get 21.0.11 or later. For example:
java -version
java version "21"
java version "21.0.11"
...
```

Expand Down
4 changes: 2 additions & 2 deletions acceptance-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>acceptance-tests</artifactId>
<groupId>gov.cms.qpp.conversion</groupId>
<version>2026.06.15.01-RELEASE</version>
<version>2026.06.25.01-RELEASE</version>
<name>conversion-tests</name>
<packaging>jar</packaging>
<properties>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.21.2</version>
<version>2.21.4</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>2026.06.15.01-RELEASE</version>
<version>2026.06.25.01-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.21.2</version>
<version>2.21.4</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>2026.06.15.01-RELEASE</version>
<version>2026.06.25.01-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>2026.06.15.01-RELEASE</version>
<version>2026.06.25.01-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.21.2</version>
<version>2.21.4</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions generate-race-cpcplus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>generateRaceCpcPlus</artifactId>
<version>2026.06.15.01-RELEASE</version>
<version>2026.06.25.01-RELEASE</version>
<name>generate-race-cpcplus</name>
<packaging>jar</packaging>

Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.21.2</version>
<version>2.21.4</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
Expand Down
4 changes: 2 additions & 2 deletions generate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>qpp-conversion-tool-parent</artifactId>
<groupId>gov.cms.qpp.conversion</groupId>
<version>2026.06.15.01-RELEASE</version>
<version>2026.06.25.01-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.21.2</version>
<version>2.21.4</version>
</dependency>

<!-- runtime/plugin deps -->
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<packaging>pom</packaging>
<version>2026.06.15.01-RELEASE</version>
<version>2026.06.25.01-RELEASE</version>
<name>QPP Conversion Tool</name>

<properties>
<java.version>21</java.version>
<aws.version>1.12.787</aws.version>
<aws.version>1.12.797</aws.version>
<junit.version>5.11.4</junit.version>
<junit.platform.version>1.11.4</junit.platform.version>
<jjwt.version>0.10.7</jjwt.version>
Expand Down Expand Up @@ -240,7 +240,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.21.2</version>
<version>2.21.4</version>
</dependency>

<dependency>
Expand All @@ -252,13 +252,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.21.2</version>
<version>2.21.4</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.21.2</version>
<version>2.21.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -546,7 +546,7 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.21.2</version>
<version>2.21.4</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions qrda3-update-measures/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-update-measures</artifactId>
<version>2026.06.15.01-RELEASE</version>
<version>2026.06.25.01-RELEASE</version>
<name>qrda3-update-measures</name>
<packaging>jar</packaging>

Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.21.2</version>
<version>2.21.4</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
Expand Down
2 changes: 1 addition & 1 deletion rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>2026.06.15.01-RELEASE</version>
<version>2026.06.25.01-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions test-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>2026.06.15.01-RELEASE</version>
<version>2026.06.25.01-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.21.2</version>
<version>2.21.4</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>2026.06.15.01-RELEASE</version>
<version>2026.06.25.01-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.21.2</version>
<version>2.21.4</version>
</dependency>

<dependency>
Expand Down
Loading