Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 0ae06bc

Browse files
dependabot-supportdpowell
authored andcommitted
Bump groovy-all from 2.5.6 to 2.5.7
Bumps [groovy-all](https://github.com/apache/groovy) from 2.5.6 to 2.5.7. - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 54b6b36 commit 0ae06bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

browserup-proxy-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
implementation 'xyz.rogfam:littleproxy:2.0.0-beta-3'
8080

8181
testImplementation 'junit:junit:4.12'
82-
testImplementation 'org.codehaus.groovy:groovy-all:2.5.6'
82+
testImplementation 'org.codehaus.groovy:groovy-all:2.5.7'
8383
testImplementation 'org.apache.logging.log4j:log4j-api:2.11.2'
8484
testImplementation 'org.apache.logging.log4j:log4j-core:2.11.2'
8585
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.2'

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
testImplementation 'org.apache.logging.log4j:log4j-api:2.11.2'
7878
testImplementation 'org.apache.logging.log4j:log4j-core:2.11.2'
7979
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.2'
80-
testImplementation 'org.codehaus.groovy:groovy-all:2.5.6'
80+
testImplementation 'org.codehaus.groovy:groovy-all:2.5.7'
8181
testImplementation 'org.hamcrest:hamcrest:2.1'
8282
testImplementation 'org.hamcrest:hamcrest-library:2.1'
8383
testImplementation 'org.mockito:mockito-core:2.27.0'

browserup-proxy-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
testImplementation 'org.apache.logging.log4j:log4j-api:2.11.2'
7878
testImplementation 'org.apache.logging.log4j:log4j-core:2.11.2'
7979
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.2'
80-
testImplementation 'org.codehaus.groovy:groovy-all:2.5.6'
80+
testImplementation 'org.codehaus.groovy:groovy-all:2.5.7'
8181
testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.2'
8282
testImplementation 'org.hamcrest:hamcrest:2.1'
8383
testImplementation 'org.hamcrest:hamcrest-library:2.1'

0 commit comments

Comments
 (0)