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 +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff 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} "
@@ -94,8 +94,8 @@ dependencies {
9494 testImplementation " org.eclipse.jetty:jetty-servlets:${ jettyVersion} "
9595 testImplementation ' org.hamcrest:hamcrest:2.2'
9696 testImplementation ' org.hamcrest:hamcrest-library:2.2'
97- testImplementation ' com.github.tomakehurst:wiremock-jre8:2.27.2 '
98- testImplementation ' org.mockito:mockito-core:3.6.0 '
97+ testImplementation ' com.github.tomakehurst:wiremock-jre8:2.26.3 '
98+ testImplementation ' org.mockito:mockito-core:3.6.28 '
9999 testImplementation ' org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
100100 testImplementation ' org.apache.httpcomponents:httpclient:4.5.13'
101101}
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ 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'
86- testImplementation ' org.mockito:mockito-core:3.6.0 '
86+ testImplementation ' org.mockito:mockito-core:3.6.28 '
8787}
Original file line number Diff line number Diff line change @@ -96,12 +96,13 @@ 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'
103- testImplementation ' org.mockito:mockito-core:3.6.0'
104- testImplementation ' org.seleniumhq.selenium:selenium-api:3.141.59'
105- testImplementation ' org.awaitility:awaitility:4.0.3'
106- testImplementation ' com.github.tomakehurst:wiremock-jre8:2.27.2'
103+
104+ testImplementation ' org.mockito:mockito-core:3.6.28'
105+ testImplementation ' org.seleniumhq.selenium:selenium-api:3.4.0'
106+ testImplementation ' org.awaitility:awaitility:4.0.2'
107+ testImplementation ' com.github.tomakehurst:wiremock-jre8:2.24.1'
107108}
You can’t perform that action at this time.
0 commit comments