From 0025de64e20f2e2afc44ffc33edd2ebb62b5796a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Jun 2024 13:04:30 +0000 Subject: [PATCH 1/4] Update pekko-stream to 1.0.3 --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index 90312ec53..b6af5bc03 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -35,7 +35,7 @@ object Commons extends ProjectGroup("commons") { val typesafeConfigVersion = "1.4.3" val commonsIoVersion = "1.3.2" // test only val scalaLoggingVersion = "3.9.5" - val pekkoVersion = "1.0.2" + val pekkoVersion = "1.0.3" val monixVersion = "3.4.1" val circeVersion = "0.14.5" // benchmark only val upickleVersion = "3.1.2" // benchmark only From 1371072ac806212ab6cef7fd201a4b1a81b6bdb6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 11:09:56 +0000 Subject: [PATCH 2/4] Update sbt-github-actions to 0.24.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 92441735b..f119466af 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,4 +9,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0") From 4e992df920cc9f0197af392836e95136362a2572 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 11:10:53 +0000 Subject: [PATCH 3/4] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd7f96d20..573b8d54a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,9 @@ jobs: java-version: 21 cache: sbt + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - name: Cache Redis uses: actions/cache@v2 with: @@ -107,6 +110,9 @@ jobs: java-version: 21 cache: sbt + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} PGP_SECRET: ${{ secrets.PGP_SECRET }} From 6ae62b96b04c08f7beee99e735ed9cdd6f7f821c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jun 2024 14:09:25 +0000 Subject: [PATCH 4/4] Update spring-context to 5.3.37 --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index b6af5bc03..750c3be37 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -31,7 +31,7 @@ object Commons extends ProjectGroup("commons") { val scalacheckVersion = "1.18.0" val jettyVersion = "10.0.21" val mongoVersion = "5.1.1" - val springVersion = "5.3.36" + val springVersion = "5.3.37" val typesafeConfigVersion = "1.4.3" val commonsIoVersion = "1.3.2" // test only val scalaLoggingVersion = "3.9.5"