Skip to content

Commit

Permalink
Scala-Steward: Update postgresql from 42.5.1 to 42.5.2 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 1, 2023
1 parent d4740ce commit d38fa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/akka-persistence-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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.5.1",
"org.postgresql" % "postgresql" % "42.5.2",
// 4. Querying or projecting data from Akka Persistence
"com.typesafe.akka" %% "akka-persistence-query" % AkkaVersion,
"com.lightbend.akka" %% "akka-projection-eventsourced" % AkkaProjectionVersion,
Expand Down

0 comments on commit d38fa86

Please sign in to comment.