From 22ad54f54ffc04e1e7b3a4e21b52d85631d69d84 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:09:15 +0000 Subject: [PATCH 1/4] chore: Update commons-validator from 1.8.0 to 1.9.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b5bbfc9890..9c8c385185 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -74,7 +74,7 @@ object Dependencies { // input validation val commonsValidator = - "commons-validator" % "commons-validator" % "1.8.0" exclude ("commons-logging", "commons-logging") + "commons-validator" % "commons-validator" % "1.9.0" exclude ("commons-logging", "commons-logging") // authentication val jwtSprayJson = "com.github.jwt-scala" %% "jwt-zio-json" % "10.0.1" From f905883406882d303553a21ff5386f49cf9f9d2c Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:09:17 +0000 Subject: [PATCH 2/4] chore: Update zio-logging from 2.2.4 to 2.3.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9c8c385185..0eb9aabfc4 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -24,7 +24,7 @@ object Dependencies { val Rdf4jVersion = "4.3.11" val ZioConfigVersion = "4.0.2" - val ZioLoggingVersion = "2.2.4" + val ZioLoggingVersion = "2.3.0" val ZioNioVersion = "2.0.2" val ZioMetricsConnectorsVersion = "2.3.1" val ZioPreludeVersion = "1.0.0-RC26" From 02a8fca556cb1f91bb4b5782034f9d18e92a2fae Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:09:18 +0000 Subject: [PATCH 3/4] chore: Update spring-security-core from 6.2.4 to 6.3.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0eb9aabfc4..c3ae5d8005 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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.2.4" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop") + "org.springframework.security" % "spring-security-core" % "6.3.0" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop") val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.78.1" // caching From 6350c3239bad6aecdb97ec965bef3aaa8ca50860 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:09:20 +0000 Subject: [PATCH 4/4] chore: Update wiremock from 3.5.4 to 3.6.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c3ae5d8005..2f304e9cf6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -107,7 +107,7 @@ object Dependencies { val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" val testcontainers = "org.testcontainers" % "testcontainers" % "1.19.8" - val wiremock = "org.wiremock" % "wiremock" % "3.5.4" + val wiremock = "org.wiremock" % "wiremock" % "3.6.0" // found/added by the plugin but deleted anyway val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.14.0"