Skip to content

Commit

Permalink
Update dependency org.apache.groovy:groovy to v4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 22, 2023
1 parent 298a389 commit 4ad84ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
implementation 'com.azure:azure-security-keyvault-secrets:4.6.5'
implementation 'com.azure:azure-identity:1.10.0'

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

testImplementation 'org.apache.groovy:groovy:4.0.13'
testImplementation 'org.apache.groovy:groovy:4.0.14'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
}

Expand Down

0 comments on commit 4ad84ba

Please sign in to comment.