This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git
commit 29a0d2c91c4142a5204d099f2f4de9696fdfe066 Author: PJ Fanning <[email protected]> AuthorDate: Fri Oct 24 11:18:26 2025 +0100 Update Cassandra bundle version to 3.11.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2be7aa5..8824b83 100644 --- a/build.sbt +++ b/build.sbt @@ -73,7 +73,7 @@ lazy val cassandraBundle = project name := "pekko-persistence-cassandra-bundle", crossPaths := false, autoScalaLibrary := false, - libraryDependencies += ("org.apache.cassandra" % "cassandra-all" % "3.11.3") + libraryDependencies += ("org.apache.cassandra" % "cassandra-all" % "3.11.19") .exclude("commons-logging", "commons-logging"), dependencyOverrides += "com.github.jbellis" % "jamm" % "0.3.3", // See jamm comment in https://issues.apache.org/jira/browse/CASSANDRA-9608 assembly / assemblyJarName := "cassandra-bundle.jar", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
