File tree 2 files changed +4
-0
lines changed
Filter options
2 files changed +4
-0
lines changed
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ buildscript {
40
40
' jsr305' : " com.google.code.findbugs:jsr305:${ versions.findbugs} " ,
41
41
' junit' : " junit:junit:${ versions.junit} " ,
42
42
' kotlinStdlib' : " org.jetbrains.kotlin:kotlin-stdlib:${ versions.kotlin} " ,
43
+ ' kotlinStdlibJdk8' : " org.jetbrains.kotlin:kotlin-stdlib-jdk8:${ versions.kotlin} " ,
43
44
' moshi' : " com.squareup.moshi:moshi:${ versions.moshi} " ,
44
45
' moshiKotlin' : " com.squareup.moshi:moshi-kotlin-codegen:${ versions.moshi} " ,
45
46
' okio' : " com.squareup.okio:okio:${ versions.okio} " ,
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ task copyJavaTemplates(type: Copy) {
24
24
dependencies {
25
25
api deps. okio
26
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
27
30
compileOnly deps. android
28
31
compileOnly deps. bouncycastle
29
32
compileOnly deps. bouncycastletls
You can’t perform that action at this time.
0 commit comments