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 a676a5f Update ojdbc8 to 23.4.0.24.05 (#186)
a676a5f is described below
commit a676a5f3c4d0f49dc3841b8163028bdb5c620c42
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun May 5 10:34:50 2024 +0100
Update ojdbc8 to 23.4.0.24.05 (#186)
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 1398f50..6fb603c 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" % "8.3.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "12.6.1.jre8",
- "com.oracle.database.jdbc" % "ojdbc8" % "23.3.0.23.09")
+ "com.oracle.database.jdbc" % "ojdbc8" % "23.4.0.24.05")
val Libraries: Seq[ModuleID] = Seq(
"org.apache.pekko" %% "pekko-persistence-query" % PekkoVersion,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]