From a10c7834bd944bb3981e3d44248e8d86b70f5a0a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:24:22 +0100 Subject: [PATCH 1/4] bump: sbt-ci-release 1.9.0 (was 1.6.1) (#1338) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b4a9d325..d9809371 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0") addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.3") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") From 6c393fe5a66bb500fbaaf8f4f511b137706a2c69 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:28:19 +0100 Subject: [PATCH 2/4] bump: sbt, scripted-plugin 1.10.4 (was 1.10.2) (#1343) --- native-image-tests/project/build.properties | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/native-image-tests/project/build.properties b/native-image-tests/project/build.properties index 0b699c30..09feeeed 100644 --- a/native-image-tests/project/build.properties +++ b/native-image-tests/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.10.4 diff --git a/project/build.properties b/project/build.properties index 0b699c30..09feeeed 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.10.4 From 66f1b52c0ebd91bf56b6577fea0dfb8595862be8 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:30:16 +0100 Subject: [PATCH 3/4] bump: sbt-dynver 5.1.0 (was 5.0.1) (#1339) --- project/plugins.sbt | 2 +- .../akka-sample-cluster-kubernetes-scala/project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d9809371..995043fc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") -addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") +addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") addSbtPlugin("io.akka" % "sbt-paradox-akka" % "24.10.3") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0") diff --git a/samples/akka-sample-cluster-kubernetes-scala/project/plugins.sbt b/samples/akka-sample-cluster-kubernetes-scala/project/plugins.sbt index 5c1f9b9a..d0d0ea74 100644 --- a/samples/akka-sample-cluster-kubernetes-scala/project/plugins.sbt +++ b/samples/akka-sample-cluster-kubernetes-scala/project/plugins.sbt @@ -1,4 +1,4 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") -addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") +addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") From f106df68d45a314de617c592242e8f6305c353b7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:30:44 +0100 Subject: [PATCH 4/4] bump: logback-classic 1.5.12 (was 1.5.8) (#1335) --- integration-test/kubernetes-api-java/pom.xml | 2 +- native-image-tests/build.sbt | 2 +- project/Dependencies.scala | 4 ++-- samples/akka-sample-cluster-kubernetes-java/pom.xml | 2 +- samples/akka-sample-cluster-kubernetes-scala/build.sbt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integration-test/kubernetes-api-java/pom.xml b/integration-test/kubernetes-api-java/pom.xml index e481495d..32996466 100644 --- a/integration-test/kubernetes-api-java/pom.xml +++ b/integration-test/kubernetes-api-java/pom.xml @@ -50,7 +50,7 @@ ch.qos.logback logback-classic - 1.5.8 + 1.5.12 com.lightbend.akka.management diff --git a/native-image-tests/build.sbt b/native-image-tests/build.sbt index 539e8ec1..49b5acc7 100644 --- a/native-image-tests/build.sbt +++ b/native-image-tests/build.sbt @@ -35,7 +35,7 @@ libraryDependencies ++= Seq( "com.lightbend.akka.discovery" %% "akka-discovery-kubernetes-api" % akkaManagementVersion, "com.lightbend.akka.management" %% "akka-lease-kubernetes" % akkaManagementVersion, "com.lightbend.akka.management" %% "akka-rolling-update-kubernetes" % akkaManagementVersion, - "ch.qos.logback" % "logback-classic" % "1.5.8" + "ch.qos.logback" % "logback-classic" % "1.5.12" ) // useful for investigations: sbt nativeImageRunAgent diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ad134f49..46ff50cd 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -102,7 +102,7 @@ object Dependencies { "com.typesafe.akka" %% "akka-actor" % AkkaVersion, "com.typesafe.akka" %% "akka-slf4j" % AkkaVersion, "com.typesafe.akka" %% "akka-stream" % AkkaVersion, - "ch.qos.logback" % "logback-classic" % "1.5.8", + "ch.qos.logback" % "logback-classic" % "1.5.12", "com.typesafe.akka" %% "akka-http" % AkkaHttpVersion, "com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion, "org.scalatest" %% "scalatest" % ScalaTestVersion % Test, @@ -190,7 +190,7 @@ object Dependencies { "com.typesafe.akka" %% "akka-discovery" % AkkaVersion, "com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test, "com.typesafe.akka" %% "akka-slf4j" % AkkaVersion, - "ch.qos.logback" % "logback-classic" % "1.5.8", + "ch.qos.logback" % "logback-classic" % "1.5.12", "org.scalatest" %% "scalatest" % ScalaTestVersion % Test ) diff --git a/samples/akka-sample-cluster-kubernetes-java/pom.xml b/samples/akka-sample-cluster-kubernetes-java/pom.xml index d83aa09d..5fc3a74b 100644 --- a/samples/akka-sample-cluster-kubernetes-java/pom.xml +++ b/samples/akka-sample-cluster-kubernetes-java/pom.xml @@ -71,7 +71,7 @@ ch.qos.logback logback-classic - 1.5.8 + 1.5.12 com.lightbend.akka.management diff --git a/samples/akka-sample-cluster-kubernetes-scala/build.sbt b/samples/akka-sample-cluster-kubernetes-scala/build.sbt index 24153524..26db1ef7 100644 --- a/samples/akka-sample-cluster-kubernetes-scala/build.sbt +++ b/samples/akka-sample-cluster-kubernetes-scala/build.sbt @@ -34,7 +34,7 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-cluster-sharding-typed" % akkaVersion, "com.typesafe.akka" %% "akka-stream-typed" % akkaVersion, "com.typesafe.akka" %% "akka-discovery" % akkaVersion, - "ch.qos.logback" % "logback-classic" % "1.5.8", + "ch.qos.logback" % "logback-classic" % "1.5.12", "com.lightbend.akka.discovery" %% "akka-discovery-kubernetes-api" % akkaManagementVersion, "com.lightbend.akka.management" %% "akka-management-cluster-bootstrap" % akkaManagementVersion, "com.lightbend.akka.management" %% "akka-management-cluster-http" % akkaManagementVersion,