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

hepin 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 7e2adee  Update ojdbc8 to 23.26.1.0.0 (#452)
7e2adee is described below

commit 7e2adeee5cbe15c1da9c2201c10e50b95056ed7a
Author: Scala Steward <[email protected]>
AuthorDate: Tue Feb 10 19:21:18 2026 +0100

    Update ojdbc8 to 23.26.1.0.0 (#452)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 45df34a..1278977 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
     "com.mysql" % "mysql-connector-j" % "9.6.0",
     "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.7",
     "com.microsoft.sqlserver" % "mssql-jdbc" % "13.2.1.jre11",
-    "com.oracle.database.jdbc" % "ojdbc8" % "23.26.0.0.0")
+    "com.oracle.database.jdbc" % "ojdbc8" % "23.26.1.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]

Reply via email to