From 296ddb8a3741c72342bf0f4068a711d2b121b948 Mon Sep 17 00:00:00 2001 From: Tadgh Date: Wed, 26 Oct 2022 10:17:11 -0700 Subject: [PATCH] CVE Fixes (#4200) * CVEs * bump snakeyaml again * Add updates to changes.yaml --- hapi-fhir-batch/pom.xml | 8 -------- hapi-fhir-docs/pom.xml | 2 +- .../hapi/fhir/changelog/6_2_0/changes.yaml | 3 +++ hapi-fhir-server/pom.xml | 4 ---- hapi-fhir-test-utilities/pom.xml | 10 ---------- pom.xml | 20 ++----------------- 6 files changed, 6 insertions(+), 41 deletions(-) diff --git a/hapi-fhir-batch/pom.xml b/hapi-fhir-batch/pom.xml index 319d18e5bc9..8a77c19e516 100644 --- a/hapi-fhir-batch/pom.xml +++ b/hapi-fhir-batch/pom.xml @@ -19,14 +19,6 @@ - - org.springframework.batch - spring-batch-core - - - org.springframework.batch - spring-batch-infrastructure - javax.annotation javax.annotation-api diff --git a/hapi-fhir-docs/pom.xml b/hapi-fhir-docs/pom.xml index 65d215271be..80e025cd4ae 100644 --- a/hapi-fhir-docs/pom.xml +++ b/hapi-fhir-docs/pom.xml @@ -111,7 +111,7 @@ org.yaml snakeyaml - 1.31 + 1.33 diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_2_0/changes.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_2_0/changes.yaml index 3ed9435c656..8e83ad09950 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_2_0/changes.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_2_0/changes.yaml @@ -12,6 +12,9 @@
  • Caffeine (JPA): 2.9.1 -> 3.1.1
  • Commons-Text (JPA and Testpage Overlay): 1.9.0 -> 1.10.0 (Addresses CVE-2022-42889)
  • Spring Boot (Boot): 2.6.7 -> 2.7.4
  • +
  • Jackson Databind: 2.13.2.2 -> 2.13.4.1
  • +
  • Snakeyaml : 1.31 -> 1.33
  • +
  • Graphql-Java : 17.3 -> 17.4
  • " diff --git a/hapi-fhir-server/pom.xml b/hapi-fhir-server/pom.xml index ee94dcf1a8d..958980042c8 100644 --- a/hapi-fhir-server/pom.xml +++ b/hapi-fhir-server/pom.xml @@ -73,10 +73,6 @@ org.springframework spring-messaging
    - - org.springframework.batch - spring-batch-core - ch.qos.logback logback-classic diff --git a/hapi-fhir-test-utilities/pom.xml b/hapi-fhir-test-utilities/pom.xml index 384b3eb974d..628b12e9cda 100644 --- a/hapi-fhir-test-utilities/pom.xml +++ b/hapi-fhir-test-utilities/pom.xml @@ -75,16 +75,6 @@ spring-test true - - org.springframework.batch - spring-batch-core - true - - - org.springframework.batch - spring-batch-test - true - diff --git a/pom.xml b/pom.xml index 653b8c226bc..bc869f522b5 100644 --- a/pom.xml +++ b/pom.xml @@ -827,7 +827,7 @@ 4.4.13 4.5.13 2.13.2 - 2.13.2.2 + 2.13.4.1 3.3.0 1.8 4.10.0 @@ -947,7 +947,7 @@ com.graphql-java graphql-java - 17.3 + 17.4 @@ -1847,16 +1847,6 @@ spring-retry ${spring_retry_version} - - org.springframework.batch - spring-batch-core - ${spring_batch_version} - - - org.springframework.batch - spring-batch-infrastructure - ${spring_batch_version} - org.thymeleaf thymeleaf @@ -1967,12 +1957,6 @@ flyway-core ${flyway_version} - - org.springframework.batch - spring-batch-test - ${spring_batch_version} - test -