Skip to content

Commit

Permalink
chore(deps): update dependency com.oracle.database.jdbc:ojdbc8 to v23…
Browse files Browse the repository at this point in the history
….3.0.23.09
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent 69756bb commit fc3183e
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 @@ -119,7 +119,7 @@ ThisBuild / assemblyMergeStrategy := {
false
}
}
(ThisBuild / oracleDriverMavenCoordinate) := Seq("com.oracle.database.jdbc" % "ojdbc8" % "23.2.0.0")
(ThisBuild / oracleDriverMavenCoordinate) := Seq("com.oracle.database.jdbc" % "ojdbc8" % "23.3.0.23.09")

(ThisBuild / buildConfig) := Common.buildConfig

Expand Down

0 comments on commit fc3183e

Please sign in to comment.