Skip to content

Commit

Permalink
chore: Minor dependency updates (#3349)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot authored Sep 3, 2024
1 parent 34f6ce8 commit 7b25174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Dependencies {
val zioConfig = "dev.zio" %% "zio-config" % ZioConfigVersion
val zioConfigMagnolia = "dev.zio" %% "zio-config-magnolia" % ZioConfigVersion
val zioConfigTypesafe = "dev.zio" %% "zio-config-typesafe" % ZioConfigVersion
val zioJson = "dev.zio" %% "zio-json" % "0.7.2"
val zioJson = "dev.zio" %% "zio-json" % "0.7.3"
val zioLogging = "dev.zio" %% "zio-logging" % ZioLoggingVersion
val zioLoggingSlf4jBridge = "dev.zio" %% "zio-logging-slf4j2-bridge" % ZioLoggingVersion
val zioNio = "dev.zio" %% "zio-nio" % ZioNioVersion
Expand All @@ -47,7 +47,7 @@ object Dependencies {
// refined
val refined = Seq(
"eu.timepit" %% "refined" % "0.11.2",
"dev.zio" %% "zio-json-interop-refined" % "0.7.2",
"dev.zio" %% "zio-json-interop-refined" % "0.7.3",
)

// zio-test and friends
Expand Down Expand Up @@ -113,7 +113,7 @@ object Dependencies {
val wiremock = "org.wiremock" % "wiremock" % "3.9.1"

// found/added by the plugin but deleted anyway
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.16.0"
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.17.0"

val tapirVersion = "1.11.1"

Expand Down

0 comments on commit 7b25174

Please sign in to comment.