Skip to content

Commit

Permalink
chore: update dependencies (#2602)
Browse files Browse the repository at this point in the history
Co-authored-by: DaSCH Bot <50987250+daschbot@users.noreply.github.com>
  • Loading branch information
BalduinLandolt and daschbot committed Apr 17, 2023
1 parent cc4b7ba commit 474b23c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions project/Dependencies.scala
Expand Up @@ -23,11 +23,11 @@ object Dependencies {
val ZioHttpVersionOld = "2.0.0-RC11"
val ZioHttpVersion = "0.0.3"
val ZioJsonVersion = "0.5.0"
val ZioLoggingVersion = "2.1.11"
val ZioMetricsConnectorsVersion = "2.0.7"
val ZioLoggingVersion = "2.1.12"
val ZioMetricsConnectorsVersion = "2.0.8"
val ZioPreludeVersion = "1.0.0-RC18"
val ZioSchemaVersion = "0.2.0"
val ZioVersion = "2.0.10"
val ZioVersion = "2.0.12"

// ZIO - all Scala 3 compatible
val zio = "dev.zio" %% "zio" % ZioVersion
Expand All @@ -46,7 +46,7 @@ object Dependencies {
// zio-test and friends
val zioTest = "dev.zio" %% "zio-test" % ZioVersion
val zioTestSbt = "dev.zio" %% "zio-test-sbt" % ZioVersion
val zioMock = "dev.zio" %% "zio-mock" % "1.0.0-RC10"
val zioMock = "dev.zio" %% "zio-mock" % "1.0.0-RC11"

// akka
val akkaActor = "com.typesafe.akka" %% "akka-actor" % AkkaActorVersion // Scala 3 compatible
Expand Down Expand Up @@ -77,7 +77,7 @@ object Dependencies {
// jwtSprayJson -> 9.0.2 is the latest version that's compatible with spray-json; if it wasn't for spray, this would be Scala 3 compatible
val springSecurityCore =
"org.springframework.security" % "spring-security-core" % "6.0.2" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop")
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.72"
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.73"

// caching
val ehcache = "net.sf.ehcache" % "ehcache" % "2.10.9.2"
Expand All @@ -88,7 +88,7 @@ object Dependencies {
// other
val diff = "com.sksamuel.diff" % "diff" % "1.1.11"
val gwtServlet = "com.google.gwt" % "gwt-servlet" % "2.10.0"
val icu4j = "com.ibm.icu" % "icu4j" % "72.1"
val icu4j = "com.ibm.icu" % "icu4j" % "73.1"
val jakartaJSON = "org.glassfish" % "jakarta.json" % "2.0.1"
val jodd = "org.jodd" % "jodd" % "3.2.7"
val rdf4jClient = "org.eclipse.rdf4j" % "rdf4j-client" % "4.2.3"
Expand All @@ -104,7 +104,7 @@ object Dependencies {
val akkaStreamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % AkkaActorVersion // Scala 3 compatible
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % AkkaActorVersion // Scala 3 compatible
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.15" // Scala 3 compatible
val testcontainers = "org.testcontainers" % "testcontainers" % "1.17.6"
val testcontainers = "org.testcontainers" % "testcontainers" % "1.18.0"

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

0 comments on commit 474b23c

Please sign in to comment.