This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch test-jars
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-jdbc.git

commit 13191914f30dea0d31f69326d5f8647c3fccfc2c
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Aug 22 09:38:50 2023 +0100

    Update test jars due to CVEs
---
 project/Dependencies.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 063ed84..fbf737f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -21,8 +21,8 @@ object Dependencies {
   val ScalaTestVersion = "3.2.14"
 
   val JdbcDrivers = Seq(
-    "org.postgresql" % "postgresql" % "42.3.3",
-    "com.h2database" % "h2" % "2.1.212",
+    "org.postgresql" % "postgresql" % "42.3.8",
+    "com.h2database" % "h2" % "2.2.220",
     "mysql" % "mysql-connector-java" % "8.0.28",
     "com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre8",
     "com.oracle.database.jdbc" % "ojdbc6" % "11.2.0.4")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to