File tree 3 files changed +1
-8
lines changed 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ android {
32
32
}
33
33
34
34
dependencies {
35
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:${ versions.kotlin} "
36
35
implementation " org.jetbrains.kotlin:kotlin-reflect:${ versions.kotlin} "
37
36
implementation ' com.google.android.gms:play-services-safetynet:18.0.1'
38
37
implementation project(' :okhttp' )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildscript {
17
17
' junit' : ' 4.13.2' ,
18
18
' kotlin' : ' 1.8.21' ,
19
19
' moshi' : ' 1.15.0' ,
20
- ' okio' : ' 3.4 .0' ,
20
+ ' okio' : ' 3.6 .0' ,
21
21
' ktlint' : ' 0.38.0' ,
22
22
' picocli' : ' 4.2.0' ,
23
23
' openjsse' : ' 1.1.12'
@@ -39,8 +39,6 @@ buildscript {
39
39
' jsoup' : " org.jsoup:jsoup:${ versions.jsoup} " ,
40
40
' jsr305' : " com.google.code.findbugs:jsr305:${ versions.findbugs} " ,
41
41
' junit' : " junit:junit:${ versions.junit} " ,
42
- ' kotlinStdlib' : " org.jetbrains.kotlin:kotlin-stdlib:${ versions.kotlin} " ,
43
- ' kotlinStdlibJdk8' : " org.jetbrains.kotlin:kotlin-stdlib-jdk8:${ versions.kotlin} " ,
44
42
' moshi' : " com.squareup.moshi:moshi:${ versions.moshi} " ,
45
43
' moshiKotlin' : " com.squareup.moshi:moshi-kotlin-codegen:${ versions.moshi} " ,
46
44
' 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) {
23
23
24
24
dependencies {
25
25
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
30
26
compileOnly deps. android
31
27
compileOnly deps. bouncycastle
32
28
compileOnly deps. bouncycastletls
You can’t perform that action at this time.
0 commit comments