From 44da6b09bfc3d583ef7705d4ed04954c4f3ea07a Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:05:46 +0000 Subject: [PATCH] chore(deps): update dependency org.apache.cassandra:cassandra-all to v4.1.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cbee3ee..a91ed54 100644 --- a/build.sbt +++ b/build.sbt @@ -91,7 +91,7 @@ lazy val projectSettings = Seq( "com.novocode" % "junit-interface" % "0.11" % "test", "org.forgerock.cuppa" % "cuppa" % "1.6.0" % "test", "org.forgerock.cuppa" % "cuppa-junit" % "1.7.0" % "test", - "org.apache.cassandra" % "cassandra-all" % "4.1.5" % "test" exclude("ch.qos.logback", "logback-classic"), + "org.apache.cassandra" % "cassandra-all" % "4.1.6" % "test" exclude("ch.qos.logback", "logback-classic"), "com.typesafe.akka" %% "akka-persistence-cassandra-launcher" % "1.1.1" % "test", "com.github.tomakehurst" % "wiremock" % "3.0.1" % "test", "org.xmlunit" % "xmlunit-core" % "2.9.1" % "test",