Skip to content

Commit

Permalink
Update ojdbc8 to 21.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 26, 2022
1 parent 34829cf commit 15594b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 15594b9

Please sign in to comment.