Skip to content

Commit

Permalink
[4.x] Bump okio to 3.6 (#8052)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Oct 15, 2023
1 parent 9553f6d commit 4190ca8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion android-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${versions.kotlin}"
implementation "org.jetbrains.kotlin:kotlin-reflect:${versions.kotlin}"
implementation 'com.google.android.gms:play-services-safetynet:18.0.1'
implementation project(':okhttp')
Expand Down
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
'junit': '4.13.2',
'kotlin': '1.8.21',
'moshi': '1.15.0',
'okio': '3.4.0',
'okio': '3.6.0',
'ktlint': '0.38.0',
'picocli': '4.2.0',
'openjsse': '1.1.12'
Expand All @@ -39,8 +39,6 @@ buildscript {
'jsoup': "org.jsoup:jsoup:${versions.jsoup}",
'jsr305': "com.google.code.findbugs:jsr305:${versions.findbugs}",
'junit': "junit:junit:${versions.junit}",
'kotlinStdlib': "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}",
'kotlinStdlibJdk8': "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${versions.kotlin}",
'moshi': "com.squareup.moshi:moshi:${versions.moshi}",
'moshiKotlin': "com.squareup.moshi:moshi-kotlin-codegen:${versions.moshi}",
'okio': "com.squareup.okio:okio:${versions.okio}",
Expand Down
4 changes: 0 additions & 4 deletions okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ task copyJavaTemplates(type: Copy) {

dependencies {
api deps.okio
api deps.kotlinStdlib
// Only imported to avoid broken vulnerability scanners for CVE-2022-24329
// https://github.com/square/okhttp/issues/7654
api deps.kotlinStdlibJdk8
compileOnly deps.android
compileOnly deps.bouncycastle
compileOnly deps.bouncycastletls
Expand Down

0 comments on commit 4190ca8

Please sign in to comment.