This repository was archived by the owner on Jun 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,15 @@ dependencies {
8585 implementation ' org.zeroturnaround:zt-exec:1.11'
8686
8787 testImplementation ' junit:junit:4.13'
88- testImplementation ' org.codehaus.groovy:groovy-all:2.5.8 '
88+ 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} "
9191 testImplementation " org.apache.logging.log4j:log4j-slf4j-impl:${ log4jVersion} "
9292 testImplementation ' org.codehaus.groovy.modules.http-builder:http-builder:0.7.2'
9393 testImplementation " org.eclipse.jetty:jetty-server:${ jettyVersion} "
9494 testImplementation " org.eclipse.jetty:jetty-servlet:${ jettyVersion} "
9595 testImplementation " org.eclipse.jetty:jetty-servlets:${ jettyVersion} "
96- testImplementation ' org.hamcrest:hamcrest:2.2'
96+ testImplementation ' org.hamcrest:hamcrest:2.2'
9797 testImplementation ' org.hamcrest:hamcrest-library:2.2'
9898 testImplementation ' com.github.tomakehurst:wiremock-jre8:2.26.3'
9999 testImplementation ' org.mockito:mockito-core:3.3.3'
Original file line number Diff line number Diff 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:2.5.8 '
83+ testImplementation ' org.codehaus.groovy:groovy-all:3.0.6 '
8484 testImplementation ' org.hamcrest:hamcrest:2.2'
8585 testImplementation ' org.hamcrest:hamcrest-library:2.2'
8686 testImplementation ' org.mockito:mockito-core:3.3.3'
Original file line number Diff line number Diff 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:2.5.8 '
99+ testImplementation ' org.codehaus.groovy:groovy-all:3.0.6 '
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'
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ subprojects {
4444 }
4545
4646 repositories {
47- jcenter()
4847 mavenCentral()
48+ jcenter()
4949 maven { url " https://oss.sonatype.org/content/repositories/snapshots/" }
5050 maven { url " https://oss.sonatype.org/service/local/staging/deploy/maven2/" }
5151 }
You can’t perform that action at this time.
0 commit comments