diff --git a/common/build.gradle b/common/build.gradle index 9a80aef..33ef395 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -6,7 +6,7 @@ dependencies { implementation 'com.nimbusds:nimbus-jose-jwt:9.0.1' implementation 'com.squareup.moshi:moshi:1.10.0' implementation 'com.squareup.moshi:moshi-kotlin:1.10.0' - implementation 'com.squareup.okhttp3:okhttp:4.9.0' + implementation 'com.squareup.okhttp3:okhttp:4.9.2' implementation 'org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r' implementation 'org.slf4j:slf4j-simple:1.7.31'