Skip to content

Commit

Permalink
Merge pull request #547 from trusona/dependabot-gradle-org.apache.gro…
Browse files Browse the repository at this point in the history
…ovy-groovy-all-4.0.22

Bump org.apache.groovy:groovy-all from 4.0.21 to 4.0.22
  • Loading branch information
thitu authored Jul 1, 2024
2 parents b3fb0fb + 821e181 commit 9647d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trusona-sdk-http/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
api "com.squareup.okhttp3:logging-interceptor:4.12.0"
api "org.slf4j:slf4j-api:2.0.13"

testImplementation "org.apache.groovy:groovy-all:4.0.21"
testImplementation "org.apache.groovy:groovy-all:4.0.22"
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
testImplementation "ch.qos.logback:logback-classic:1.5.6"
testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"
Expand Down
2 changes: 1 addition & 1 deletion trusona-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation project(":trusona-sdk-http")
implementation project(":trusona-sdk-resources")

testImplementation "org.apache.groovy:groovy-all:4.0.21"
testImplementation "org.apache.groovy:groovy-all:4.0.22"
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"
testImplementation "ch.qos.logback:logback-classic:1.5.6"
Expand Down

0 comments on commit 9647d5c

Please sign in to comment.