diff --git a/examples/akka-cluster-app/build.sbt b/examples/akka-cluster-app/build.sbt index da14292f..3ae4bcef 100644 --- a/examples/akka-cluster-app/build.sbt +++ b/examples/akka-cluster-app/build.sbt @@ -28,7 +28,7 @@ lazy val circeDependency = "io.circe" %% "circe-core" % circeVersion lazy val ashDependencies = Seq(AkkaSerializationHelperPlugin.annotation, AkkaSerializationHelperPlugin.circeAkkaSerializer) -lazy val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.5.12" +lazy val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.5.14" ThisBuild / semanticdbEnabled := true ThisBuild / semanticdbVersion := "4.9.3" diff --git a/examples/akka-persistence-app/build.sbt b/examples/akka-persistence-app/build.sbt index 25280d22..b78a5256 100644 --- a/examples/akka-persistence-app/build.sbt +++ b/examples/akka-persistence-app/build.sbt @@ -54,7 +54,7 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-discovery" % akkaVersion, // Common dependencies for logging and testing "com.typesafe.akka" %% "akka-slf4j" % akkaVersion, - "ch.qos.logback" % "logback-classic" % "1.5.12", + "ch.qos.logback" % "logback-classic" % "1.5.14", "org.scalatest" %% "scalatest" % "3.2.12" % Test, // 2. Using gRPC and/or protobuf "com.typesafe.akka" %% "akka-http2-support" % akkaHttp2SupportVersion, diff --git a/project/plugins.sbt b/project/plugins.sbt index a5d2d7b9..850a1079 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,5 +4,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")