Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update ojdbc8 to 23.6.0.24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 8, 2024
1 parent 915ba29 commit 1fc13a4
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
@@ -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
)

0 comments on commit 1fc13a4

Please sign in to comment.