File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ dependencies {
5050 implementation ' io.swagger:swagger-annotations:1.6.5'
5151
5252 // http client
53- implementation ' com.squareup.okhttp3:okhttp:4.9.3 '
54- implementation ' com.squareup.okhttp3:logging-interceptor:4.9.3 '
53+ implementation ' com.squareup.okhttp3:okhttp:4.12.0 '
54+ implementation ' com.squareup.okhttp3:logging-interceptor:4.10.0 '
5555
5656 // json serialization and deserialization
5757 implementation ' com.google.code.gson:gson:2.9.0'
@@ -65,8 +65,8 @@ dependencies {
6565 implementation " jakarta.annotation:jakarta.annotation-api:1.3.5"
6666
6767 // logger
68- implementation ' ch.qos.logback:logback-classic:1.4.12 '
69- implementation ' ch.qos.logback:logback-core:1.4.12 '
68+ implementation ' ch.qos.logback:logback-classic:1.4.14 '
69+ implementation ' ch.qos.logback:logback-core:1.4.14 '
7070 implementation ' org.slf4j:slf4j-api:1.7.33'
7171
7272
@@ -76,7 +76,7 @@ dependencies {
7676
7777 // These dependencies are used internally, and not exposed to consumers on their own compile classpath.
7878 // google standard java library
79- implementation ' com.google.guava:guava:30.1.1 -jre'
79+ implementation ' com.google.guava:guava:32.0.0 -jre'
8080
8181
8282}
You can’t perform that action at this time.
0 commit comments