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/incubator-pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 7893247  Update test jars due to CVEs (#82)
7893247 is described below

commit 789324750e1b7bdc66936d5ed8f79a813dec0cea
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Aug 22 10:11:00 2023 +0100

    Update test jars due to CVEs (#82)
---
 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