Skip to content

Commit

Permalink
Update patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 24, 2023
1 parent 70789cd commit c94f2d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies {
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.2.3'

//jackson
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

testImplementation 'org.apache.groovy:groovy:4.0.17'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
Expand Down
16 changes: 8 additions & 8 deletions shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ dependencies {
implementation 'net.logstash.logback:logstash-logback-encoder:7.4'

//jackson
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0'
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1'

//fhir
api 'ca.uhn.hapi.fhir:hapi-fhir-base:6.10.1'
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.10.1'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:6.10.1'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:6.10.1'
api 'ca.uhn.hapi.fhir:hapi-fhir-base:6.10.2'
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.10.2'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:6.10.2'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:6.10.2'
api 'org.fhir:ucum:1.0.8'

// Apache Client
Expand Down

0 comments on commit c94f2d0

Please sign in to comment.