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-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 6037bd5 Update ojdbc8 to 23.9.0.25.07 (#318)
6037bd5 is described below
commit 6037bd57583685d44c70d21698e62db2202ea27d
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 3 11:28:58 2025 +0100
Update ojdbc8 to 23.9.0.25.07 (#318)
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 b4bc3c4..9b0bc63 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
"com.h2database" % "h2" % "2.2.224",
"com.mysql" % "mysql-connector-j" % "9.3.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "12.10.1.jre8",
- "com.oracle.database.jdbc" % "ojdbc8" % "23.8.0.25.04")
+ "com.oracle.database.jdbc" % "ojdbc8" % "23.9.0.25.07")
val Libraries: Seq[ModuleID] = Seq(
"com.typesafe.slick" %% "slick" % SlickVersion,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]