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 560bf85 Update ojdbc8 to 23.6.0.24.10 (#248)
560bf85 is described below
commit 560bf85eaee24d73adbd36535c5a302800a1a7ee
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 10 10:56:40 2024 +0100
Update ojdbc8 to 23.6.0.24.10 (#248)
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 b832338..c5d4461 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.1.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "12.8.1.jre8",
- "com.oracle.database.jdbc" % "ojdbc8" % "23.5.0.24.07")
+ "com.oracle.database.jdbc" % "ojdbc8" % "23.6.0.24.10")
val Libraries: Seq[ModuleID] = Seq(
"com.typesafe.slick" %% "slick" % SlickVersion,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]