diff --git a/Dockerfile b/Dockerfile index 1c7a4e14b..cf2e1e96f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ diff --git a/DockerfileTest b/DockerfileTest index 2713d897a..d22b7cb45 100644 --- a/DockerfileTest +++ b/DockerfileTest @@ -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/ diff --git a/README.md b/README.md index 030397988..b53df6c28 100644 --- a/README.md +++ b/README.md @@ -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" ... ``` diff --git a/acceptance-tests/pom.xml b/acceptance-tests/pom.xml index 1d33f04dd..2409f92a8 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.06.15.01-RELEASE + 2026.06.25.01-RELEASE conversion-tests jar @@ -27,7 +27,7 @@ com.fasterxml.jackson.core jackson-core - 2.21.2 + 2.21.4 diff --git a/commandline/pom.xml b/commandline/pom.xml index 6a52213dd..57016eb63 100644 --- a/commandline/pom.xml +++ b/commandline/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent - 2026.06.15.01-RELEASE + 2026.06.25.01-RELEASE ../pom.xml @@ -71,7 +71,7 @@ com.fasterxml.jackson.core jackson-core - 2.21.2 + 2.21.4 diff --git a/commons/pom.xml b/commons/pom.xml index 95cb6ac61..e4fbe4457 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent - 2026.06.15.01-RELEASE + 2026.06.25.01-RELEASE ../pom.xml diff --git a/converter/pom.xml b/converter/pom.xml index 9d7b0d1bf..24fa2efed 100644 --- a/converter/pom.xml +++ b/converter/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent - 2026.06.15.01-RELEASE + 2026.06.25.01-RELEASE ../pom.xml @@ -72,7 +72,7 @@ com.fasterxml.jackson.core jackson-core - 2.21.2 + 2.21.4 diff --git a/generate-race-cpcplus/pom.xml b/generate-race-cpcplus/pom.xml index 77bada30b..904e8ac4b 100644 --- a/generate-race-cpcplus/pom.xml +++ b/generate-race-cpcplus/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion generateRaceCpcPlus - 2026.06.15.01-RELEASE + 2026.06.25.01-RELEASE generate-race-cpcplus jar @@ -59,7 +59,7 @@ com.fasterxml.jackson.core jackson-core - 2.21.2 + 2.21.4 org.jdom diff --git a/generate/pom.xml b/generate/pom.xml index 01515181e..0c60d5ab1 100644 --- a/generate/pom.xml +++ b/generate/pom.xml @@ -5,7 +5,7 @@ qpp-conversion-tool-parent gov.cms.qpp.conversion - 2026.06.15.01-RELEASE + 2026.06.25.01-RELEASE ../pom.xml 4.0.0 @@ -60,7 +60,7 @@ com.fasterxml.jackson.core jackson-core - 2.21.2 + 2.21.4 diff --git a/pom.xml b/pom.xml index bc1a6f287..fedbc8795 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,12 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent pom - 2026.06.15.01-RELEASE + 2026.06.25.01-RELEASE QPP Conversion Tool 21 - 1.12.787 + 1.12.797 5.11.4 1.11.4 0.10.7 @@ -240,7 +240,7 @@ com.fasterxml.jackson.core jackson-core - 2.21.2 + 2.21.4 @@ -252,13 +252,13 @@ com.fasterxml.jackson.core jackson-databind - 2.21.2 + 2.21.4 com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.21.2 + 2.21.4 @@ -546,7 +546,7 @@ com.fasterxml.jackson.module jackson-module-jaxb-annotations - 2.21.2 + 2.21.4 diff --git a/qrda3-update-measures/pom.xml b/qrda3-update-measures/pom.xml index 50fb5dc81..1b0de90f2 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.06.15.01-RELEASE + 2026.06.25.01-RELEASE qrda3-update-measures jar @@ -40,7 +40,7 @@ com.fasterxml.jackson.core jackson-core - 2.21.2 + 2.21.4 org.jdom diff --git a/rest-api/pom.xml b/rest-api/pom.xml index c150567f6..837b66fdc 100644 --- a/rest-api/pom.xml +++ b/rest-api/pom.xml @@ -19,7 +19,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent - 2026.06.15.01-RELEASE + 2026.06.25.01-RELEASE ../pom.xml diff --git a/test-commons/pom.xml b/test-commons/pom.xml index 1b9c5d0b6..e5c3be54f 100644 --- a/test-commons/pom.xml +++ b/test-commons/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent - 2026.06.15.01-RELEASE + 2026.06.25.01-RELEASE ../pom.xml @@ -43,7 +43,7 @@ com.fasterxml.jackson.core jackson-core - 2.21.2 + 2.21.4 diff --git a/test-coverage/pom.xml b/test-coverage/pom.xml index 829df89a9..b3e93cbc9 100644 --- a/test-coverage/pom.xml +++ b/test-coverage/pom.xml @@ -6,7 +6,7 @@ gov.cms.qpp.conversion qpp-conversion-tool-parent - 2026.06.15.01-RELEASE + 2026.06.25.01-RELEASE ../pom.xml @@ -22,7 +22,7 @@ com.fasterxml.jackson.core jackson-core - 2.21.2 + 2.21.4