diff --git a/build.sbt b/build.sbt index 2b81d0e3b..b0ee2d7e2 100644 --- a/build.sbt +++ b/build.sbt @@ -162,7 +162,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.6.0.0.1" % Test, + "com.oracle.database.jdbc" % "ojdbc8" % "21.7.0.0" % Test, "com.dimafeng" %% "testcontainers-scala-oracle-xe" % testcontainersScalaVersion % Test, "ch.qos.logback" % "logback-classic" % logbackVersion % Test )