This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch 1.1.x
in repository 
https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git


The following commit(s) were added to refs/heads/1.1.x by this push:
     new 00ddc37  upgrade dependencies (#350)
00ddc37 is described below

commit 00ddc37d33911d84cfadf00066e7284c9fa52891
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jan 3 19:44:18 2026 +0100

    upgrade dependencies (#350)
    
    * Update sbt-pekko-build to 0.4.7 (#338)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
    
    * Update sbt, scripted-plugin to 1.11.7
    
    * latest scala
    
    * Update netty-handler to 4.2.9.Final (#348)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 project/Dependencies.scala | 8 ++++----
 project/build.properties   | 2 +-
 project/plugins.sbt        | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 62845ea..04723e3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -11,9 +11,9 @@ import sbt._
 
 object Dependencies {
   // keep in sync with .github/workflows/unit-tests.yml
-  val scala212Version = "2.12.20"
-  val scala213Version = "2.13.16"
-  val scala3Version = "3.3.6"
+  val scala212Version = "2.12.21"
+  val scala213Version = "2.13.18"
+  val scala3Version = "3.3.7"
   val scalaVersions = Seq(scala212Version, scala213Version, scala3Version)
 
   val pekkoVersion = PekkoCoreDependency.version
@@ -29,7 +29,7 @@ object Dependencies {
 
   val logbackVersion = "1.3.15"
 
-  val nettyVersion = "4.2.6.Final"
+  val nettyVersion = "4.2.9.Final"
   val logback = "ch.qos.logback" % "logback-classic" % logbackVersion
 
   val pekkoPersistenceCassandraDependencies = Seq(
diff --git a/project/build.properties b/project/build.properties
index 73840fd..b1b1040 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,2 +1,2 @@
-sbt.version=1.11.6
+sbt.version=1.11.7
 
diff --git a/project/plugins.sbt b/project/plugins.sbt
index eb217ee..299d02f 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -15,8 +15,8 @@ addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % 
"0.9.0")
 addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
 addSbtPlugin("com.github.sbt" % "sbt-multi-jvm" % "0.6.0")
 addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
-addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.5")
-addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12")
+addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.7")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.13")
 addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
 addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to