diff --git a/examples/akka-persistence-app/build.sbt b/examples/akka-persistence-app/build.sbt index 16bd2b13..65d3f25d 100644 --- a/examples/akka-persistence-app/build.sbt +++ b/examples/akka-persistence-app/build.sbt @@ -63,7 +63,7 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-serialization-jackson" % akkaVersion, "com.lightbend.akka" %% "akka-persistence-jdbc" % akkaPersistenceJdbcVersion, "com.typesafe.akka" %% "akka-persistence-testkit" % akkaVersion % Test, - "org.postgresql" % "postgresql" % "42.6.0", + "org.postgresql" % "postgresql" % "42.7.0", // 4. Querying or projecting data from Akka Persistence "com.typesafe.akka" %% "akka-persistence-query" % akkaVersion, "com.lightbend.akka" %% "akka-projection-eventsourced" % akkaProjectionVersion,