We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002d96a commit 369c7c4Copy full SHA for 369c7c4
examples/akka-persistence-app/build.sbt
@@ -60,7 +60,7 @@ libraryDependencies ++= Seq(
60
"com.typesafe.akka" %% "akka-serialization-jackson" % akkaVersion,
61
"com.lightbend.akka" %% "akka-persistence-jdbc" % akkaPersistenceJdbcVersion,
62
"com.typesafe.akka" %% "akka-persistence-testkit" % akkaVersion % Test,
63
- "org.postgresql" % "postgresql" % "42.7.9",
+ "org.postgresql" % "postgresql" % "42.7.10",
64
// 4. Querying or projecting data from Akka Persistence
65
"com.typesafe.akka" %% "akka-persistence-query" % akkaVersion,
66
"com.lightbend.akka" %% "akka-projection-eventsourced" % akkaProjectionVersion,
0 commit comments