This is an automated email from the ASF dual-hosted git repository.
engelen 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 cc70ed5 Update ojdbc8 to 23.7.0.25.01 (#265)
cc70ed5 is described below
commit cc70ed53793cf80b763229d18c067da09dbea382
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 9 11:46:12 2025 +0100
Update ojdbc8 to 23.7.0.25.01 (#265)
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 c8e1a96..02cbf7c 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.2.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "12.8.1.jre8",
- "com.oracle.database.jdbc" % "ojdbc8" % "23.6.0.24.10")
+ "com.oracle.database.jdbc" % "ojdbc8" % "23.7.0.25.01")
val Libraries: Seq[ModuleID] = Seq(
"com.typesafe.slick" %% "slick" % SlickVersion,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]