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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 3fe58b1 Update mssql-jdbc to 12.6.3.jre8 (#180)
3fe58b1 is described below
commit 3fe58b10b9580e04315359967905b57023e48cbb
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 30 01:26:26 2024 +0100
Update mssql-jdbc to 12.6.3.jre8 (#180)
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 97e52c4..4ab63e8 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -75,7 +75,7 @@ object Dependencies {
val h2Driver = Compile.h2Driver % allTestConfig
val postgresDriver = "org.postgresql" % "postgresql" % "42.7.3" %
allTestConfig
val mysqlDriver = "com.mysql" % "mysql-connector-j" % "8.4.0" %
allTestConfig
- val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"12.6.2.jre8" % allTestConfig
+ val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"12.6.3.jre8" % allTestConfig
val oracleDriver = "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" %
allTestConfig
val logback = "ch.qos.logback" % "logback-classic" % Versions.logback %
allTestConfig
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]