Skip to content

Commit

Permalink
Update dependency org.apache.groovy:groovy to v4.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 30, 2023
1 parent 5134416 commit 0af2d40
Show file tree
Hide file tree
Showing 4 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 @@ -25,7 +25,7 @@ dependencies {

implementation 'io.javalin:javalin:5.6.3'

testImplementation 'org.apache.groovy:groovy:4.0.15'
testImplementation 'org.apache.groovy:groovy:4.0.16'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'com.openpojo:openpojo:0.9.1'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.4'
Expand Down
2 changes: 1 addition & 1 deletion e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0'

testImplementation 'org.apache.groovy:groovy:4.0.15'
testImplementation 'org.apache.groovy:groovy:4.0.16'
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 @@ -13,7 +13,7 @@ dependencies {
implementation project(':shared')
testImplementation testFixtures(project(':shared'))

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

testImplementation 'org.apache.groovy:groovy:4.0.15'
testFixturesImplementation 'org.apache.groovy:groovy:4.0.15'
testImplementation 'org.apache.groovy:groovy:4.0.16'
testFixturesImplementation 'org.apache.groovy:groovy:4.0.16'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testFixturesImplementation 'com.openpojo:openpojo:0.9.1'
testFixturesImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.4'
Expand Down

0 comments on commit 0af2d40

Please sign in to comment.