Skip to content

Commit

Permalink
Merge branch 'main' into story/1532/remove-hapi-hl7-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-pabon-tf committed Dec 27, 2024
2 parents 089f0e6 + 1a52e1b commit e2aad2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.24'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'com.openpojo:openpojo:0.9.1'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.5'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.18'
}

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

jacocoTestCoverageVerification {
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
testFixturesImplementation 'org.apache.groovy:groovy:4.0.24'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testFixturesImplementation 'com.openpojo:openpojo:0.9.1'
testFixturesImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.5'
testFixturesImplementation 'nl.jqno.equalsverifier:equalsverifier:3.18'

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

0 comments on commit e2aad2e

Please sign in to comment.