File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ repositories {
88
99dependencies {
1010 testImplementation group : ' org.testng' , name : ' testng' , version : ' 7.5.1'
11- testImplementation group : ' com.github.tomakehurst' , name : ' wiremock-jre8' , version : ' 2.35.0 '
11+ testImplementation group : ' com.github.tomakehurst' , name : ' wiremock-jre8' , version : ' 2.35.2 '
1212}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 * https://github.com/jfrog/artifactory-client-java/issues/43
1616 * https://github.com/jfrog/artifactory-client-java/issues/232
1717 */
18- testRuntimeOnly group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.3.15 '
18+ testRuntimeOnly group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.3.16 '
1919}
2020
2121task createReleasePropertiesFile (type : Exec ) {
You can’t perform that action at this time.
0 commit comments