From d4fdce91a9f880c50e4371c18e5ef820eb37235a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Nov 2024 15:41:57 +0000 Subject: [PATCH 1/2] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-CAUHNHAPIFHIR-8344146 - https://snyk.io/vuln/SNYK-JAVA-CAUHNHAPIFHIR-8344149 - https://snyk.io/vuln/SNYK-JAVA-CAUHNHAPIFHIR-7924769 - https://snyk.io/vuln/SNYK-JAVA-CAUHNHAPIFHIR-7924772 - https://snyk.io/vuln/SNYK-JAVA-CAUHNHAPIFHIR-8366323 - https://snyk.io/vuln/SNYK-JAVA-CAUHNHAPIFHIR-8366327 - https://snyk.io/vuln/SNYK-JAVA-COMMONSIO-8161190 - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-5710356 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cb66423..e65f949 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 17 5.9.3 2.0.7 - 6.6.1 + 7.6.0 2.0.7 From 3753a7fa20ce1be609afcc97e15a0b06c573e101 Mon Sep 17 00:00:00 2001 From: Joseph Kotanchik Date: Tue, 17 Dec 2024 16:21:58 -0500 Subject: [PATCH 2/2] MAT-7837: HAPI dependencies and other non-breaking dependency version bumps. --- pom.xml | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index e65f949..aa439c5 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 17 17 5.9.3 - 2.0.7 + 2.0.12 7.6.0 2.0.7 @@ -33,6 +33,11 @@ https://maven.pkg.github.com/measureauthoringtool/madie-java-models + + maven_central + Maven Central + https://repo.maven.apache.org/maven2/ + @@ -46,7 +51,7 @@ gov.cms.madie madie-java-models - 0.5.1 + 0.6.72-SNAPSHOT org.apache.commons @@ -58,10 +63,22 @@ hapi-fhir-structures-r4 ${hapi.fhir.r4.version} + + + ca.uhn.hapi.fhir + hapi-fhir-caching-caffeine + ${hapi.fhir.r4.version} + + + + com.fasterxml.jackson.core + jackson-core + 2.17.2 + org.projectlombok lombok - 1.18.22 + 1.18.34 provided @@ -72,7 +89,7 @@ org.slf4j jul-to-slf4j - 2.0.7 + 2.0.13 org.junit.jupiter @@ -96,19 +113,19 @@ org.hamcrest hamcrest - 2.2 + 3.0-rc1 test org.mockito mockito-core - 5.3.1 + 5.11.0 test org.mockito mockito-junit-jupiter - 5.3.1 + 5.12.0 test