This is an automated email from the ASF dual-hosted git repository.
Philippus 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 85ff757a Switch to ojdbc11 from ojdbc8 (#612)
85ff757a is described below
commit 85ff757a6cc66cff00c49b036a8b6773a17d6360
Author: Philippus Baalman <[email protected]>
AuthorDate: Wed Sep 9 09:17:56 2026 +0200
Switch to ojdbc11 from ojdbc8 (#612)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index bfe3ec06..e2ccf0cc 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -30,7 +30,7 @@ object Dependencies {
"com.mysql" % "mysql-connector-j" % "26.7.0",
"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.10",
"com.microsoft.sqlserver" % "mssql-jdbc" % "13.4.0.jre11",
- "com.oracle.database.jdbc" % "ojdbc8" % "23.26.2.0.0")
+ "com.oracle.database.jdbc" % "ojdbc11" % "23.26.2.0.0")
val Libraries: Seq[ModuleID] = Seq(
"com.typesafe.slick" %% "slick" % SlickVersion,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]