diff --git a/e2e/build.gradle b/e2e/build.gradle index b15bc74403..b716e1ae8e 100644 --- a/e2e/build.gradle +++ b/e2e/build.gradle @@ -15,8 +15,8 @@ dependencies { implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.3.1' //jackson - implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' + implementation 'com.fasterxml.jackson.core:jackson-core:2.17.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' //fhir implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:7.2.1' diff --git a/shared/build.gradle b/shared/build.gradle index 71cf2a809c..e0cf5ffd0d 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -22,10 +22,10 @@ dependencies { implementation 'net.logstash.logback:logstash-logback-encoder:7.4' //jackson - implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' + implementation 'com.fasterxml.jackson.core:jackson-core:2.17.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1' - implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1' + implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2' //fhir api 'ca.uhn.hapi.fhir:hapi-fhir-base:7.2.1'