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 Nov 1, 2023
1 parent e334f98 commit 896ad58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
testImplementation 'org.apache.groovy:groovy:4.0.15'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'com.openpojo:openpojo:0.9.1'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.2'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.3'
}

jacocoTestCoverageVerification {
Expand Down
2 changes: 1 addition & 1 deletion etor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation 'org.apache.groovy:groovy:4.0.15'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'com.openpojo:openpojo:0.9.1'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.2'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.3'
}

jacocoTestCoverageVerification {
Expand Down
6 changes: 3 additions & 3 deletions shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ dependencies {

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

// Apache Client
Expand All @@ -50,7 +50,7 @@ dependencies {
testFixturesImplementation 'org.apache.groovy:groovy:4.0.15'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testFixturesImplementation 'com.openpojo:openpojo:0.9.1'
testFixturesImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.2'
testFixturesImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.3'

// dotenv-java
implementation 'io.github.cdimascio:dotenv-java:3.0.0'
Expand Down

0 comments on commit 896ad58

Please sign in to comment.