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

pjfanning 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 419c27c1 Update ojdbc8 to 23.26.2.0.0 (#500)
419c27c1 is described below

commit 419c27c11df0b950d2d3409fed6592326e395189
Author: Scala Steward <[email protected]>
AuthorDate: Wed May 13 18:28:03 2026 +0200

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 10d5c669..2a3be014 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
     "com.mysql" % "mysql-connector-j" % "9.7.0",
     "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.8",
     "com.microsoft.sqlserver" % "mssql-jdbc" % "13.4.0.jre11",
-    "com.oracle.database.jdbc" % "ojdbc8" % "23.26.1.0.0")
+    "com.oracle.database.jdbc" % "ojdbc8" % "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]

Reply via email to