From: Jacek Poreda Date: Mon, 6 Nov 2023 13:20:18 +0000 (+0100) Subject: [NO-JIRA] Update com.squareup.okhttp3 4.11.0 -> 4.12.0 X-Git-Tag: 10.4.0.87286~545 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f62bfa00141e7c86707c9c8f73d217d252531319;p=sonarqube.git [NO-JIRA] Update com.squareup.okhttp3 4.11.0 -> 4.12.0 --- diff --git a/build.gradle b/build.gradle index 490e0990232..e4066a39a32 100644 --- a/build.gradle +++ b/build.gradle @@ -327,7 +327,7 @@ subprojects { dependency 'com.oracle.database.jdbc:ojdbc11:23.2.0.0' dependency 'org.aspectj:aspectjtools:1.9.20.1' // If this gets updated the dependency on okio 3.5.0 should be reviewed - dependencySet(group: 'com.squareup.okhttp3', version: '4.11.0') { + dependencySet(group: 'com.squareup.okhttp3', version: '4.12.0') { entry 'okhttp' entry 'mockwebserver' entry 'okhttp-tls'