Skip to content

Commit a46bd6a

Browse files
committed
Upgrade dependencies
1 parent 746190d commit a46bd6a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ test {
2727
}
2828

2929
dependencies {
30-
implementation 'com.squareup.okhttp3:okhttp:4.2.2'
30+
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
3131
implementation 'com.subshell.simpleframework:simple-xml:2.9.0'
32-
implementation 'org.slf4j:slf4j-api:1.7.29'
32+
implementation 'org.slf4j:slf4j-api:1.7.30'
3333

3434
runtimeOnly 'ch.qos.logback:logback-classic:1.2.3'
3535

36-
testImplementation 'junit:junit:4.12'
37-
testImplementation 'org.mockito:mockito-core:3.1.0'
36+
testImplementation 'junit:junit:4.13.1'
37+
testImplementation 'org.mockito:mockito-core:3.5.15'
3838
}
3939

4040
license {

0 commit comments

Comments
 (0)