Skip to content

Commit 7cb851b

Browse files
Scala-Steward: Update postgresql from 42.7.6 to 42.7.7 (#463)
1 parent a3b1de8 commit 7cb851b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/akka-persistence-app/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ libraryDependencies ++= Seq(
6060
"com.typesafe.akka" %% "akka-serialization-jackson" % akkaVersion,
6161
"com.lightbend.akka" %% "akka-persistence-jdbc" % akkaPersistenceJdbcVersion,
6262
"com.typesafe.akka" %% "akka-persistence-testkit" % akkaVersion % Test,
63-
"org.postgresql" % "postgresql" % "42.7.6",
63+
"org.postgresql" % "postgresql" % "42.7.7",
6464
// 4. Querying or projecting data from Akka Persistence
6565
"com.typesafe.akka" %% "akka-persistence-query" % akkaVersion,
6666
"com.lightbend.akka" %% "akka-projection-eventsourced" % akkaProjectionVersion,

0 commit comments

Comments
 (0)