Skip to content

Commit 522acbc

Browse files
committed
Fix for Security Violations
1 parent 82d87e6 commit 522acbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

httpClient/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ repositories {
88

99
dependencies {
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
}

services/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2121
task createReleasePropertiesFile(type: Exec) {

0 commit comments

Comments
 (0)