From 1c6ecdfbd240a22a6712983f6e8adcd251525222 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:12:33 +0000 Subject: [PATCH 1/4] chore: Update zio from 2.1.12 to 2.1.13 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index abf84db62c..212b2393c5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -34,7 +34,7 @@ object Dependencies { val ZioMetricsConnectorsVersion = "2.3.1" val ZioPreludeVersion = "1.0.0-RC34" val ZioSchemaVersion = "0.2.0" - val ZioVersion = "2.1.12" + val ZioVersion = "2.1.13" // ZIO val zio = "dev.zio" %% "zio" % ZioVersion From 3cfbbf4f75f9c84431040f96a58b794d767eacfd Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:12:34 +0000 Subject: [PATCH 2/4] chore: Update sbt from 1.10.5 to 1.10.6 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index db1723b086..e88a0d817d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.5 +sbt.version=1.10.6 From 9a894b46fb4d1165f2041e0d891a35451dc1277d Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:12:36 +0000 Subject: [PATCH 3/4] chore: Update spring-security-core from 6.3.4 to 6.3.5 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 212b2393c5..598fd12b2f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -96,7 +96,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.4" exclude ( + "org.springframework.security" % "spring-security-core" % "6.3.5" exclude ( "commons-logging", "commons-logging", ) exclude ("org.springframework", "spring-aop") From 6ea7258788fc676dd472e4e76d814540f78b4624 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:12:38 +0000 Subject: [PATCH 4/4] chore: Update testcontainers from 1.20.3 to 1.20.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 598fd12b2f..23d9921b10 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -121,7 +121,7 @@ object Dependencies { val pekkoTestkit = "org.apache.pekko" %% "pekko-testkit" % PekkoActorVersion val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" - val testcontainers = "org.testcontainers" % "testcontainers" % "1.20.3" + val testcontainers = "org.testcontainers" % "testcontainers" % "1.20.4" val wiremock = "org.wiremock" % "wiremock" % "3.9.2" // found/added by the plugin but deleted anyway