Skip to content

Commit

Permalink
CORE-69: Update okio from 3.4.0 to 3.9.1 (#1538)
Browse files Browse the repository at this point in the history
Co-authored-by: David An <[email protected]>
  • Loading branch information
broadbot and davidangb authored Nov 13, 2024
1 parent 6ebf592 commit 58daa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ object Dependencies {
val slf4jApi: ModuleID = "org.slf4j" % "slf4j-api" % slf4jVersion
val slf4jSimple: ModuleID = "org.slf4j" % "slf4j-simple" % slf4jVersion

val okio: ModuleID = "com.squareup.okio" % "okio" % "3.4.0" excludeAll excludeWorkbenchUtil2
val okio: ModuleID = "com.squareup.okio" % "okio" % "3.9.1" excludeAll excludeWorkbenchUtil2

// pact deps
val pact4sV = "0.9.0"
Expand Down

0 comments on commit 58daa80

Please sign in to comment.