From 60c6959606831e8e8e97aa8dc83b1e969e404e61 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:35:01 +0800 Subject: [PATCH] chore: Patch dependency updates (#3348) --- project/Dependencies.scala | 6 +++--- project/plugins.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 33465214a0..d5fd96b2cf 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -24,12 +24,12 @@ object Dependencies { val Rdf4jVersion = "5.0.2" val ZioConfigVersion = "4.0.2" - val ZioLoggingVersion = "2.3.0" + val ZioLoggingVersion = "2.3.1" val ZioNioVersion = "2.0.2" val ZioMetricsConnectorsVersion = "2.3.1" val ZioPreludeVersion = "1.0.0-RC29" val ZioSchemaVersion = "0.2.0" - val ZioVersion = "2.1.7" + val ZioVersion = "2.1.9" // ZIO val zio = "dev.zio" %% "zio" % ZioVersion @@ -80,7 +80,7 @@ object Dependencies { val jwtSprayJson = "com.github.jwt-scala" %% "jwt-zio-json" % "10.0.1" // 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.3.1" exclude ( + "org.springframework.security" % "spring-security-core" % "6.3.3" exclude ( "commons-logging", "commons-logging", ) exclude ("org.springframework", "spring-aop") diff --git a/project/plugins.sbt b/project/plugins.sbt index 5a80a645d4..6106da2ae2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("io.kamon" % "sbt-aspectj-runner" % "1.1.2") addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.7") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.8") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")