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

Commit 1fc4ab1

Browse files
Bump junit from 4.13 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](junit-team/junit4@r4.13...r4.13.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1265a05 commit 1fc4ab1

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.5.0"
8585
implementation 'org.zeroturnaround:zt-exec:1.12'
8686

87-
testImplementation 'junit:junit:4.13'
87+
testImplementation 'junit:junit:4.13.1'
8888
testImplementation 'org.codehaus.groovy:groovy-all:3.0.6'
8989
testImplementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
9090
testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
testImplementation "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
7474
testImplementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
7575
testImplementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
76-
testImplementation 'junit:junit:4.13'
76+
testImplementation 'junit:junit:4.13.1'
7777
testImplementation('org.apache.httpcomponents:httpclient:4.5.13') {
7878
exclude(module: 'commons-logging')
7979
}

browserup-proxy-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292

9393
testImplementation project(':browserup-proxy-mitm')
9494

95-
testImplementation 'junit:junit:4.13'
95+
testImplementation 'junit:junit:4.13.1'
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}"

0 commit comments

Comments
 (0)