This repository was archived by the owner on Jun 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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} "
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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} "
You can’t perform that action at this time.
0 commit comments