]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-23133 removing com.squareup.okio:okio direct dependency
authorSteve Marion <steve.marion@sonarsource.com>
Wed, 2 Oct 2024 14:09:26 +0000 (16:09 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 7 Oct 2024 20:03:14 +0000 (20:03 +0000)
build.gradle
server/sonar-server-common/build.gradle
sonar-scanner-engine/build.gradle
sonar-ws/build.gradle

index c2803fc0a4296277aa1848fe2025c2ba94051ca9..9a3569cedf6fec37b725026f84a209f74f51fd45 100644 (file)
@@ -316,7 +316,6 @@ subprojects {
       dependency('com.googlecode.json-simple:json-simple:1.1.1') {
         exclude 'junit:junit'
       }
-      dependency 'com.squareup.okio:okio:3.9.0'
       dependency 'io.github.hakky54:sslcontext-kickstart:8.3.6'
       dependency 'io.prometheus:simpleclient:0.16.0'
       dependency 'io.prometheus:simpleclient_common:0.16.0'
@@ -343,7 +342,6 @@ subprojects {
       dependency 'com.oracle.database.jdbc:ojdbc11:23.4.0.24.05'
       dependency 'com.datadoghq:dd-java-agent:1.30.1'
       dependency 'org.aspectj:aspectjtools:1.9.22.1'
-      // If this gets updated the dependency on okio 3.5.0 should be reviewed
       dependencySet(group: 'com.squareup.okhttp3', version: '4.12.0') {
         entry 'okhttp'
         entry 'mockwebserver'
index 1c817eb9aa4d4a58110616572f7f1c10c93b0196..39315f1507991fd5b2da2ff2c141b52736c4d8f9 100644 (file)
@@ -36,7 +36,6 @@ dependencies {
   testImplementation 'org.subethamail:subethasmtp'
   testImplementation 'com.squareup.okhttp3:mockwebserver'
   testImplementation 'com.squareup.okhttp3:okhttp-tls'
-  testImplementation 'com.squareup.okio:okio'
   testImplementation 'com.tngtech.java:junit-dataprovider'
   testImplementation 'junit:junit'
   testImplementation 'org.apache.logging.log4j:log4j-api'
index d14a72fa831288f97ef7fad3d040c06de016c9f8..4435154e347ac34557d425bcea1943a3ea451fb3 100644 (file)
@@ -59,7 +59,6 @@ dependencies {
 
   testImplementation 'com.squareup.okhttp3:mockwebserver'
   testImplementation 'com.squareup.okhttp3:okhttp'
-  testImplementation 'com.squareup.okio:okio'
   testImplementation 'com.tngtech.java:junit-dataprovider'
   testImplementation 'commons-io:commons-io'
   testImplementation 'junit:junit'
index b443bf860e670a716813ee88d8567f8b7f0670e3..ada9702050c36fba2f3c010b07dc3f876485e42b 100644 (file)
@@ -22,7 +22,6 @@ dependencies {
   compileOnlyApi 'javax.annotation:javax.annotation-api'
 
     testImplementation 'com.squareup.okhttp3:mockwebserver'
-    testImplementation 'com.squareup.okio:okio'
     testImplementation 'commons-io:commons-io'
     testImplementation 'org.apache.commons:commons-lang3'
     testImplementation 'junit:junit'