We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b1de8 commit 7cb851bCopy full SHA for 7cb851b
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.6",
+ "org.postgresql" % "postgresql" % "42.7.7",
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