From 6007266dc35423cd257825568b8bb1cb00774fce Mon Sep 17 00:00:00 2001 From: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:14:55 +0100 Subject: [PATCH] chore: update dependencies (#2358) --- project/Dependencies.scala | 10 +++++----- project/plugins.sbt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4c91a6b463..c978c0f8fd 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -19,14 +19,14 @@ object Dependencies { val AkkaHttpVersion = "10.2.10" val JenaVersion = "4.6.1" - val ZioConfigVersion = "3.0.2" + val ZioConfigVersion = "3.0.6" val ZioHttpVersion = "2.0.0-RC11" val ZioJsonVersion = "0.3.0" - val ZioLoggingVersion = "2.1.5" + val ZioLoggingVersion = "2.1.7" val ZioMetricsConnectorsVersion = "2.0.4" val ZioPreludeVersion = "1.0.0-RC16" val ZioSchemaVersion = "0.2.0" - val ZioVersion = "2.0.4" + val ZioVersion = "2.0.5" // ZIO - all Scala 3 compatible val zio = "dev.zio" %% "zio" % ZioVersion @@ -66,7 +66,7 @@ object Dependencies { val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.6" // the logging interface // Metrics - val aspectjweaver = "org.aspectj" % "aspectjweaver" % "1.9.9.1" + val aspectjweaver = "org.aspectj" % "aspectjweaver" % "1.9.19" val kamonCore = "io.kamon" %% "kamon-core" % "2.5.12" // Scala 3 compatible val kamonScalaFuture = "io.kamon" %% "kamon-scala-future" % "2.5.12" // Scala 3 incompatible @@ -78,7 +78,7 @@ object Dependencies { val jwtSprayJson = "com.github.jwt-scala" %% "jwt-spray-json" % "9.0.2" // 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.0" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop") + "org.springframework.security" % "spring-security-core" % "6.0.1" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop") val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.72" // caching diff --git a/project/plugins.sbt b/project/plugins.sbt index e06b6e87e6..ecd6b6ce2f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") addSbtPlugin("io.kamon" % "sbt-aspectj-runner" % "1.1.2") addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.0.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.0") addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.6") addSbtPlugin("io.gatling" % "gatling-sbt" % "4.2.6") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")