From 1fc13a434c51ae16ebd3038bc56065244e850507 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Nov 2024 00:10:48 +0000 Subject: [PATCH] Update ojdbc8 to 23.6.0.24.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebd7b781..3e39f2d3 100644 --- a/build.sbt +++ b/build.sbt @@ -217,7 +217,7 @@ lazy val oracle = project "org.testcontainers" % "database-commons" % testcontainersVersion % Test, "org.testcontainers" % "oracle-xe" % testcontainersVersion % Test, "org.testcontainers" % "jdbc" % testcontainersVersion % Test, - "com.oracle.database.jdbc" % "ojdbc8" % "23.3.0.23.09" % Test, + "com.oracle.database.jdbc" % "ojdbc8" % "23.6.0.24.10" % Test, "com.dimafeng" %% "testcontainers-scala-oracle-xe" % testcontainersScalaVersion % Test, "ch.qos.logback" % "logback-classic" % logbackVersion % Test )