Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Update patch dependencies to v2.17.2 #1167

Merged
merged 1 commit into from
Jul 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update patch dependencies to v2.17.2
renovate[bot] authored Jul 5, 2024
commit 9530cfe25f8432208bb16b537f750cda775f1f86
4 changes: 2 additions & 2 deletions e2e/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
6 changes: 3 additions & 3 deletions shared/build.gradle
Original file line number Diff line number Diff line change
@@ -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.2'
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'