This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new a744037 Update postgresql to 1.21.1 (#301)
a744037 is described below
commit a744037b37dc1a54e91f2b7e450433f125c4243b
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 1 09:28:56 2025 +0100
Update postgresql to 1.21.1 (#301)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a9197e8..1db504d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -39,6 +39,6 @@ object Dependencies {
val Migration: Seq[ModuleID] = Seq(
"com.typesafe" % "config" % "1.4.3",
"ch.qos.logback" % "logback-classic" % LogbackVersion,
- "org.testcontainers" % "postgresql" % "1.21.0" % Test,
+ "org.testcontainers" % "postgresql" % "1.21.1" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++
JdbcDrivers.map(_ % Provided)
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]