Skip to content

Commit

Permalink
Merge pull request #2047 from joshuali925/bump-okio-2.x
Browse files Browse the repository at this point in the history
[2.x] bump okio to 3.4.0
  • Loading branch information
Swiddis authored Sep 1, 2023
2 parents 65d8114 + 3bcd8f3 commit 44de537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,12 @@ configurations.all {
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.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-common:1.6.0"
}
compileJava {
options.compilerArgs.addAll(["-processor", 'lombok.launch.AnnotationProcessorHider$AnnotationProcessor'])
Expand Down

0 comments on commit 44de537

Please sign in to comment.