Skip to content

Commit 5a830e7

Browse files
committed
update cassandra-driver to 3.11.5
1 parent f3b9d6e commit 5a830e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object Dependencies {
44

5-
val `cassandra-driver` = "com.datastax.cassandra" % "cassandra-driver-core" % "3.11.3"
5+
val `cassandra-driver` = "com.datastax.cassandra" % "cassandra-driver-core" % "3.11.5"
66
// upgrade to version, which doesn't use JDK's `Unsafe` (https://github.com/jnr/jffi/issues/165#issuecomment-3444932263)
77
val jffi = "com.github.jnr" % "jffi" % "1.3.14"
88

0 commit comments

Comments
 (0)