From 0a15c7e1eb8ee5183971324d8958ca6c9b001ad5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 29 Jul 2023 05:19:52 +0000 Subject: [PATCH] Update ojdbc8 to 23.2.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e00c1b91..42b1b1a55 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" % "21.10.0.0" % Test, + "com.oracle.database.jdbc" % "ojdbc8" % "23.2.0.0" % Test, "com.dimafeng" %% "testcontainers-scala-oracle-xe" % testcontainersScalaVersion % Test, "ch.qos.logback" % "logback-classic" % logbackVersion % Test )