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

Commit 490900e

Browse files
Bump groovy-all from 3.0.6 to 3.0.7
Bumps [groovy-all](https://github.com/apache/groovy) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 7868b64 commit 490900e

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
@@ -84,7 +84,7 @@ dependencies {
8484
implementation "com.squareup.okhttp3:okhttp:4.9.0"
8585
implementation 'org.zeroturnaround:zt-exec:1.12'
8686
testImplementation 'junit:junit:4.13.1'
87-
testImplementation 'org.codehaus.groovy:groovy-all:3.0.6'
87+
testImplementation 'org.codehaus.groovy:groovy-all:3.0.7'
8888
testImplementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
8989
testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
9090
testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}"

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
testImplementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
8181
testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
8282
testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}"
83-
testImplementation 'org.codehaus.groovy:groovy-all:3.0.6'
83+
testImplementation 'org.codehaus.groovy:groovy-all:3.0.7'
8484
testImplementation 'org.hamcrest:hamcrest:2.2'
8585
testImplementation 'org.hamcrest:hamcrest-library:2.2'
8686
testImplementation 'org.mockito:mockito-core:3.3.3'

browserup-proxy-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies {
9696
testImplementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
9797
testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
9898
testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}"
99-
testImplementation 'org.codehaus.groovy:groovy-all:3.0.6'
99+
testImplementation 'org.codehaus.groovy:groovy-all:3.0.7'
100100
testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.2'
101101
testImplementation 'org.hamcrest:hamcrest:2.2'
102102
testImplementation 'org.hamcrest:hamcrest-library:2.2'

0 commit comments

Comments
 (0)