Skip to content

Commit

Permalink
Merge pull request #968 from scala-steward/update/ojdbc8-23.3.0.23.09
Browse files Browse the repository at this point in the history
Update ojdbc8 to 23.3.0.23.09
  • Loading branch information
jczuchnowski authored Mar 31, 2024
2 parents 64c1437 + 778e8f3 commit 79d8a30
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 @@ -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.2.0.0" % Test,
"com.oracle.database.jdbc" % "ojdbc8" % "23.3.0.23.09" % Test,
"com.dimafeng" %% "testcontainers-scala-oracle-xe" % testcontainersScalaVersion % Test,
"ch.qos.logback" % "logback-classic" % logbackVersion % Test
)
Expand Down

0 comments on commit 79d8a30

Please sign in to comment.