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

Commit 973d7b3

Browse files
authored
Merge pull request #48 from browserup/dependabot/gradle/org.codehaus.groovy-groovy-all-2.5.6
Bump groovy-all from 2.4.16 to 2.5.6
2 parents 1d43b4a + 8d115f2 commit 973d7b3

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.4.16'
82+
testImplementation 'org.codehaus.groovy:groovy-all:2.5.6'
8383
testImplementation 'org.apache.logging.log4j:log4j-api:2.8'
8484
testImplementation 'org.apache.logging.log4j:log4j-core:2.8'
8585
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.8'

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.8'
7878
testImplementation 'org.apache.logging.log4j:log4j-core:2.8'
7979
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.8'
80-
testImplementation 'org.codehaus.groovy:groovy-all:2.4.16'
80+
testImplementation 'org.codehaus.groovy:groovy-all:2.5.6'
8181
testImplementation 'org.hamcrest:hamcrest:2.1'
8282
testImplementation 'org.hamcrest:hamcrest-library:2.1'
8383
testImplementation 'org.mockito:mockito-core:2.23.4'

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.8.2'
7878
testImplementation 'org.apache.logging.log4j:log4j-core:2.8.2'
7979
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.8.2'
80-
testImplementation 'org.codehaus.groovy:groovy-all:2.4.16'
80+
testImplementation 'org.codehaus.groovy:groovy-all:2.5.6'
8181
testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
8282
testImplementation 'org.hamcrest:hamcrest:2.1'
8383
testImplementation 'org.hamcrest:hamcrest-library:2.1'

0 commit comments

Comments
 (0)