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

Update dependency org.apache.groovy:groovy to v4.0.22 #1162

Merged
merged 1 commit into from
Jun 30, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {

implementation 'io.javalin:javalin:6.1.6'

testImplementation 'org.apache.groovy:groovy:4.0.21'
testImplementation 'org.apache.groovy:groovy:4.0.22'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'com.openpojo:openpojo:0.9.1'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
Expand Down
2 changes: 1 addition & 1 deletion e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.2.1'
implementation 'org.fhir:ucum:1.0.8'

testImplementation 'org.apache.groovy:groovy:4.0.21'
testImplementation 'org.apache.groovy:groovy:4.0.22'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
}

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 {
implementation 'com.azure:azure-storage-blob:12.26.1'
implementation 'com.azure:azure-identity:1.13.0'

testImplementation 'org.apache.groovy:groovy:4.0.21'
testImplementation 'org.apache.groovy:groovy:4.0.22'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'com.openpojo:openpojo:0.9.1'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
Expand Down
4 changes: 2 additions & 2 deletions shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ dependencies {
implementation 'com.azure:azure-security-keyvault-secrets:4.8.3'
implementation 'com.azure:azure-identity:1.13.0'

testImplementation 'org.apache.groovy:groovy:4.0.21'
testFixturesImplementation 'org.apache.groovy:groovy:4.0.21'
testImplementation 'org.apache.groovy:groovy:4.0.22'
testFixturesImplementation 'org.apache.groovy:groovy:4.0.22'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testFixturesImplementation 'com.openpojo:openpojo:0.9.1'
testFixturesImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
Expand Down