From ceba5ae29cbe6868079264ffd9fb7b473b4626b5 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:44:04 +0000 Subject: [PATCH] Update ojdbc8 to 23.26.3.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c891a096..d551ea6f 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val mssqlDriverVersion = "13.4.0.jre11" val munitVersion = "1.3.4" val munitCatsEffectVersion = "2.2.0" val munitScalaCheckVersion = "1.3.0" -val oracleDriverVersion = "23.26.2.0.0" +val oracleDriverVersion = "23.26.3.0.0" val postgresVersion = "42.7.13" val skunkVersion = "1.0.0" val shapeless2Version = "2.3.13"