From 2d6020a8a2d2204581a0d94084db6d852c21eaf9 Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Sun, 5 Oct 2025 00:25:17 +0000 Subject: [PATCH 1/5] Update logback-classic to 1.5.19 in main Signed-off-by: Hyperledger Bot --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab9614b86d..e42779b433 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ lazy val V = new { val quill = "4.8.6" val flyway = "9.22.3" // scala-steward:off val postgresDriver = "42.7.8" - val logback = "1.5.18" + val logback = "1.5.19" val slf4j = "2.0.17" val scalaUri = "4.2.0" From 3f2779fc3fb3fc17eb3fd930178dbe7e488789f4 Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Sun, 5 Oct 2025 00:25:18 +0000 Subject: [PATCH 2/5] Update jwt-zio-json to 11.0.3 in main Signed-off-by: Hyperledger Bot --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e42779b433..e93aefaf35 100644 --- a/build.sbt +++ b/build.sbt @@ -75,7 +75,7 @@ lazy val V = new { val scalaUri = "4.2.0" - val jwtZioVersion = "11.0.2" + val jwtZioVersion = "11.0.3" val zioPreludeVersion = "1.0.0-RC41" val apollo = "1.3.5" From 921e60484d6e520e8a62d30eccb47cd43020203b Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Sun, 5 Oct 2025 00:25:19 +0000 Subject: [PATCH 3/5] Update typesafe:config to 1.4.5 in main Signed-off-by: Hyperledger Bot --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e93aefaf35..330a66280a 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val V = new { val tapir = "1.11.7" // scala-steward:off // TODO "1.10.5" val http4sBlaze = "0.23.15" // scala-steward:off // TODO "0.23.16" - val typesafeConfig = "1.4.4" + val typesafeConfig = "1.4.5" val protobuf = "3.1.9" val grpcOkHttp = "1.63.0" From 5ab7edaba705c8900c41e4daf74c802cc9fa4013 Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Sun, 5 Oct 2025 00:25:19 +0000 Subject: [PATCH 4/5] Update micrometer-core to 1.15.4 in main Signed-off-by: Hyperledger Bot --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 330a66280a..4ee3d2c792 100644 --- a/build.sbt +++ b/build.sbt @@ -86,7 +86,7 @@ lazy val V = new { val commonsLogging = "1.3.5" val vaultDriver = "6.2.0" - val micrometer = "1.15.2" + val micrometer = "1.15.4" val nimbusJwt = "9.37.3" // scala-steward:off //TODO: >=9.38 breaking change val keycloak = "23.0.7" // scala-steward:off //TODO 24.0.3 // update all quay.io/keycloak/keycloak From e739be35d9a8a03eeab8551658fe6818a0f7f8de Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Sun, 5 Oct 2025 00:25:20 +0000 Subject: [PATCH 5/5] Update scala3-library to 3.3.6 in main Signed-off-by: Hyperledger Bot --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4ee3d2c792..6ffb9504cd 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ import sbtbuildinfo.BuildInfoPlugin.autoImport.* inThisBuild( Seq( organization := "org.hyperledger", - scalaVersion := "3.3.5", + scalaVersion := "3.3.6", licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")), fork := true, run / connectInput := true,