Skip to content

Commit

Permalink
Merge branch 'story/650/results-metadata-new-issue' of https://github…
Browse files Browse the repository at this point in the history
….com/CDCgov/trusted-intermediary into story/650/results-metadata-new-issue
  • Loading branch information
saquino0827 committed Mar 26, 2024
2 parents 1c7fa4e + e386f2c commit 3481289
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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.20'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'com.openpojo:openpojo:0.9.1'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.8'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16'
}

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.20'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'com.openpojo:openpojo:0.9.1'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.8'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16'
}

jacocoTestCoverageVerification {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
testFixturesImplementation 'org.apache.groovy:groovy:4.0.20'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testFixturesImplementation 'com.openpojo:openpojo:0.9.1'
testFixturesImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.8'
testFixturesImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16'

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

0 comments on commit 3481289

Please sign in to comment.