Skip to content

Commit

Permalink
bump: Cassandra java-driver-core 4.17.0 (align with Akka Persistence …
Browse files Browse the repository at this point in the history
…Cassandra) (#3015)
  • Loading branch information
patriknw authored Sep 21, 2023
1 parent 73023d4 commit ffae52a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commits.message = "bump: ${artifactName} ${nextVersion} (was ${currentVersion})"

updates.pin = [
{ groupId = "com.fasterxml.jackson.core", version = "2.11." }
{ groupId = "com.fasterxml.jackson.core", version = "2.15." }
]
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ object Dependencies {
)

val CassandraVersionInDocs = "4.0"
val CassandraDriverVersion = "4.14.1"
val CassandraDriverVersionInDocs = "4.14"
val CassandraDriverVersion = "4.17.0"
val CassandraDriverVersionInDocs = "4.17"

val Cassandra = Seq(
libraryDependencies ++= Seq(
Expand Down

0 comments on commit ffae52a

Please sign in to comment.