File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ android {
3232}
3333
3434dependencies {
35- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:${ versions.kotlin} "
3635 implementation " org.jetbrains.kotlin:kotlin-reflect:${ versions.kotlin} "
3736 implementation ' com.google.android.gms:play-services-safetynet:18.0.1'
3837 implementation project(' :okhttp' )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildscript {
1717 ' junit' : ' 4.13.2' ,
1818 ' kotlin' : ' 1.8.21' ,
1919 ' moshi' : ' 1.15.0' ,
20- ' okio' : ' 3.4 .0' ,
20+ ' okio' : ' 3.6 .0' ,
2121 ' ktlint' : ' 0.38.0' ,
2222 ' picocli' : ' 4.2.0' ,
2323 ' openjsse' : ' 1.1.12'
@@ -39,8 +39,6 @@ buildscript {
3939 ' jsoup' : " org.jsoup:jsoup:${ versions.jsoup} " ,
4040 ' jsr305' : " com.google.code.findbugs:jsr305:${ versions.findbugs} " ,
4141 ' junit' : " junit:junit:${ versions.junit} " ,
42- ' kotlinStdlib' : " org.jetbrains.kotlin:kotlin-stdlib:${ versions.kotlin} " ,
43- ' kotlinStdlibJdk8' : " org.jetbrains.kotlin:kotlin-stdlib-jdk8:${ versions.kotlin} " ,
4442 ' moshi' : " com.squareup.moshi:moshi:${ versions.moshi} " ,
4543 ' moshiKotlin' : " com.squareup.moshi:moshi-kotlin-codegen:${ versions.moshi} " ,
4644 ' okio' : " com.squareup.okio:okio:${ versions.okio} " ,
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ task copyJavaTemplates(type: Copy) {
2323
2424dependencies {
2525 api deps. okio
26- api deps. kotlinStdlib
27- // Only imported to avoid broken vulnerability scanners for CVE-2022-24329
28- // https://github.com/square/okhttp/issues/7654
29- api deps. kotlinStdlibJdk8
3026 compileOnly deps. android
3127 compileOnly deps. bouncycastle
3228 compileOnly deps. bouncycastletls
You can’t perform that action at this time.
0 commit comments