Skip to content

Commit

Permalink
[2.9] bump okio to 3.4.0 (#2048)
Browse files Browse the repository at this point in the history
(cherry picked from commit 44de537)
Signed-off-by: Joshua Li <[email protected]>

Co-authored-by: Simeon Widdis <[email protected]>
  • Loading branch information
joshuali925 and Swiddis authored Sep 5, 2023
1 parent 3133390 commit b68f880
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,13 @@ configurations.all {
resolutionStrategy.force "com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${versions.jackson}"
resolutionStrategy.force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${versions.jackson}"
resolutionStrategy.force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
resolutionStrategy.force "com.squareup.okhttp3:okhttp:4.9.3"
resolutionStrategy.force "com.squareup.okhttp3:okhttp:4.10.0"
resolutionStrategy.force "com.squareup.okio:okio:3.4.0"
resolutionStrategy.force "joda-time:joda-time:2.10.12"
resolutionStrategy.force "org.slf4j:slf4j-api:1.7.36"
resolutionStrategy.force "org.apache.httpcomponents:httpcore:4.4.15"
resolutionStrategy.force "org.apache.httpcomponents:httpclient:4.5.14"
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0"
}
compileJava {
options.compilerArgs.addAll(["-processor", 'lombok.launch.AnnotationProcessorHider$AnnotationProcessor'])
Expand Down

0 comments on commit b68f880

Please sign in to comment.