]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13155 upgrade OkHttp from 3.14.2 to 3.14.7
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 17 Mar 2020 20:53:28 +0000 (21:53 +0100)
committersonartech <sonartech@sonarsource.com>
Sat, 21 Mar 2020 20:04:03 +0000 (20:04 +0000)
Bug-fixes listed in https://square.github.io/okhttp/changelog_3x/

build.gradle

index 989c1d1f4a0e39f4f0836e185dff4fc8d87bc9fb..031fd31b83b7da9242ad310a208be3e57a3d1a54 100644 (file)
@@ -203,7 +203,7 @@ subprojects {
       dependency 'com.ibm.icu:icu4j:3.4.4'
       dependency 'com.microsoft.sqlserver:mssql-jdbc:7.4.1.jre11'
       dependency 'com.oracle.jdbc:ojdbc8:19.3'
-      dependencySet(group: 'com.squareup.okhttp3', version: '3.14.2') {
+      dependencySet(group: 'com.squareup.okhttp3', version: '3.14.7') {
         entry 'okhttp'
         entry 'mockwebserver'
       }