Skip to content

Commit

Permalink
Merge pull request #1458 from CMSgov/QPPA-9349-9453
Browse files Browse the repository at this point in the history
QPPA-9349, QPPA-9453: Update packages for security
  • Loading branch information
ckawell-sb authored Sep 24, 2024
2 parents f8007e6 + da666d1 commit cb0dd1e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion commandline/src/test/resources/measures-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -12443,7 +12443,7 @@
"administrativeClaims"
],
"measureSpecification": {
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-13-mif-tpcc.pdf"
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-13-mif-tpcc-v2.pdf"
},
"allowedPrograms": [
"mips",
Expand Down
18 changes: 9 additions & 9 deletions commons/src/main/resources/measures-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -12653,7 +12653,7 @@
"administrativeClaims"
],
"measureSpecification": {
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-13-mif-tpcc.pdf"
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-13-mif-tpcc-v2.pdf"
},
"allowedPrograms": [
"mips",
Expand Down Expand Up @@ -12811,7 +12811,7 @@
"administrativeClaims"
],
"measureSpecification": {
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-stemi-pci.pdf"
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-stemi-pci-v2.pdf"
},
"allowedPrograms": [
"mips",
Expand Down Expand Up @@ -13003,7 +13003,7 @@
"administrativeClaims"
],
"measureSpecification": {
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-ne-cabg.pdf"
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-ne-cabg-v2.pdf"
},
"allowedPrograms": [
"mips",
Expand Down Expand Up @@ -13066,7 +13066,7 @@
"administrativeClaims"
],
"measureSpecification": {
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-mel-rsct.pdf"
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-mel-rsct-v2.pdf"
},
"allowedPrograms": [
"mips",
Expand Down Expand Up @@ -13157,7 +13157,7 @@
"M1369"
],
"measureSpecification": {
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-psych.pdf"
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-psych-v2.pdf"
}
},
{
Expand All @@ -13180,7 +13180,7 @@
"M1369"
],
"measureSpecification": {
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-depression.pdf"
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-depression-v2.pdf"
}
},
{
Expand All @@ -13203,7 +13203,7 @@
"M0005"
],
"measureSpecification": {
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-heart-fail.pdf"
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-heart-fail-v2.pdf"
}
},
{
Expand All @@ -13225,7 +13225,7 @@
"M1370"
],
"measureSpecification": {
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-low-back.pdf"
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-low-back-v2.pdf"
}
},
{
Expand All @@ -13247,7 +13247,7 @@
"G0057"
],
"measureSpecification": {
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-emergency.pdf"
"default": "https://qpp.cms.gov/docs/cost_specifications/2023-12-05-mif-ebcm-emergency-v2.pdf"
}
},
{
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,25 +190,25 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.0-rc1</version>
<version>2.15.0</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.13.2</version>
<version>2.15.0</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.15.0</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.13.2</version>
<version>2.15.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -452,7 +452,7 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.13.4</version>
<version>2.15.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit cb0dd1e

Please sign in to comment.