Skip to content

Commit

Permalink
Merge branch 'chore/upgrade-to-ojdbc11' into 'develop'
Browse files Browse the repository at this point in the history
OEQ-2124 - chore: upgrade Oracle JDBC driver to ojdbc11

See merge request edalex-group/development/oeq/openequella!423
  • Loading branch information
edalex-yinzi committed Aug 7, 2024
2 parents 2510ac7 + c309566 commit 5235a5a
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 @@ -80,7 +80,7 @@ ThisBuild / assemblyMergeStrategy := {
}
}
(ThisBuild / oracleDriverMavenCoordinate) :=
Seq("com.oracle.database.jdbc" % "ojdbc8" % "23.3.0.23.09")
Seq("com.oracle.database.jdbc" % "ojdbc11" % "23.4.0.24.05")

(ThisBuild / buildConfig) := Common.buildConfig

Expand Down

0 comments on commit 5235a5a

Please sign in to comment.