Skip to content

Commit

Permalink
Okio upgrade to 3.5.0 (opensearch-project#1957)
Browse files Browse the repository at this point in the history
* okio upgrade to 3.5.0

Signed-off-by: Shenoy Pratik <[email protected]>

* remove empty line

Signed-off-by: Shenoy Pratik <[email protected]>

* removed kotlin-stdlib resolution

Signed-off-by: Shenoy Pratik <[email protected]>

* upgrade kotlin stdlib to 1.9.0

Signed-off-by: Shenoy Pratik <[email protected]>

---------

Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 authored Aug 15, 2023
1 parent e377cf2 commit c99549a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ allprojects {
sourceCompatibility = targetCompatibility = "11"
}
configurations.all {
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib:1.6.0"
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0"
resolutionStrategy.force "com.squareup.okio:okio:3.5.0"
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib:1.9.0"
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0"
}
}

Expand Down

0 comments on commit c99549a

Please sign in to comment.