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 fcc1f56  Update ojdbc8 to 23.26.0.0.0 (#358)
fcc1f56 is described below

commit fcc1f5622de5a6b73b438ee504e7479125f8a608
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 2 10:08:11 2025 +0800

    Update ojdbc8 to 23.26.0.0.0 (#358)
    
    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 3c73ac6..ef54a2f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
     "com.h2database" % "h2" % "2.4.240",
     "com.mysql" % "mysql-connector-j" % "9.4.0",
     "com.microsoft.sqlserver" % "mssql-jdbc" % "13.2.1.jre11",
-    "com.oracle.database.jdbc" % "ojdbc8" % "23.9.0.25.07")
+    "com.oracle.database.jdbc" % "ojdbc8" % "23.26.0.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