Skip to content

Commit

Permalink
chore: Minor dependency updates (#3336)
Browse files Browse the repository at this point in the history
Co-authored-by: Balduin Landolt <[email protected]>
  • Loading branch information
daschbot and BalduinLandolt authored Aug 19, 2024
1 parent b40c44d commit 396baa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.1"
val zioJson = "dev.zio" %% "zio-json" % "0.7.2"
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.1",
"dev.zio" %% "zio-json-interop-refined" % "0.7.2",
)

// zio-test and friends
Expand Down Expand Up @@ -113,9 +113,9 @@ 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.15.0"
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.16.0"

val tapirVersion = "1.10.15"
val tapirVersion = "1.11.1"

val tapir = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-pekko-http-server" % tapirVersion,
Expand Down

0 comments on commit 396baa8

Please sign in to comment.