From 00a09cecd72b278dd3638c26f8c0f2c2a7326a64 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 10:27:55 +0000 Subject: [PATCH] Update postgres-socket-factory to 1.22.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 172ad6f8b..15579eaa9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -169,7 +169,7 @@ object Dependencies { ) val pgGcp = Seq( - "com.google.cloud.sql" % "postgres-socket-factory" % "1.21.2" % Test, + "com.google.cloud.sql" % "postgres-socket-factory" % "1.22.0" % Test, "com.dimafeng" %% "testcontainers-scala-postgresql" % Versions.testContainers % Test excludeAll (jnaExclusions: _*), "org.postgresql" % "postgresql" % "42.7.4" % "provided" )