Skip to content

Commit

Permalink
chore: Minor dependency updates (#3299)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Kleinbölting <[email protected]>
  • Loading branch information
daschbot and seakayone authored Jul 8, 2024
1 parent 9b3d6c7 commit 34afc96
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.0"
val zioJson = "dev.zio" %% "zio-json" % "0.7.1"
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.0",
"dev.zio" %% "zio-json-interop-refined" % "0.7.1",
)

// zio-test and friends
Expand Down Expand Up @@ -110,7 +110,7 @@ object Dependencies {
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"

val testcontainers = "org.testcontainers" % "testcontainers" % "1.19.8"
val wiremock = "org.wiremock" % "wiremock" % "3.6.0"
val wiremock = "org.wiremock" % "wiremock" % "3.8.0"

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

0 comments on commit 34afc96

Please sign in to comment.