Skip to content

Commit 8948b82

Browse files
authored
set of dependencies upgraded (#108)
1 parent ed708d0 commit 8948b82

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ repositories {
1010
mavenCentral()
1111
}
1212

13-
1413
buildscript {
1514
repositories {
1615
maven {
@@ -27,11 +26,11 @@ buildscript {
2726
dependencies {
2827
implementation 'com.google.code.gson:gson:2.9.0'
2928
implementation 'org.slf4j:slf4j-api:1.7.25'
30-
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
31-
testImplementation group: 'org.testng', name: 'testng', version: '7.5'
32-
testImplementation 'commons-io:commons-io:2.11.0'
29+
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.16'
30+
testImplementation group: 'org.testng', name: 'testng', version: '7.7.0'
31+
testImplementation 'commons-io:commons-io:2.18.0'
3332
testImplementation 'org.mockito:mockito-core:4.4.0'
34-
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.3'
33+
testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
3534
testImplementation 'uk.org.webcompere:system-stubs-testng:2.1.3'
3635
}
3736

0 commit comments

Comments
 (0)