From 7f9135c28faee4c5f945bc22c8d8acd15f6691e4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Aug 2024 09:56:01 +0000 Subject: [PATCH] Update ojdbc8 to 23.5.0.24.07 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebd7b781..853bd3e0 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.5.0.24.07" % Test, "com.dimafeng" %% "testcontainers-scala-oracle-xe" % testcontainersScalaVersion % Test, "ch.qos.logback" % "logback-classic" % logbackVersion % Test )