Skip to content

Commit

Permalink
Merge pull request #39 from theaspect/dependabot/gradle/org.codehaus.…
Browse files Browse the repository at this point in the history
…groovy-groovy-all-3.0.10
  • Loading branch information
dependabot[bot] committed Mar 11, 2022
2 parents f9e8ebb + 28e579c commit bb979da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -44,7 +44,7 @@ dependencies {
compile group: 'org.eclipse.jetty', name: 'jetty-annotations', version: "$jettyVersion"

compile group: 'com.google.code.gson', name: 'gson', version:'2.9.0'
compile group: 'org.codehaus.groovy', name: 'groovy-all', version:'3.0.9'
compile group: 'org.codehaus.groovy', name: 'groovy-all', version:'3.0.10'

testCompile group: 'junit', name: 'junit', version:'4.13.2'
testCompile group: 'org.mockito', name: 'mockito-core', version:'4.3.1'
Expand Down

0 comments on commit bb979da

Please sign in to comment.