Update flyway-core, ... to 10.20.0 (#5717)

* Update flyway-core, ... to 10.20.0

* Add guava as a transitive dep for flyway 10.20.0

---------

Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
This commit is contained in:
Scala Steward 2024-10-18 13:05:47 +02:00 committed by GitHub
parent 7c07aa0355
commit 9e61e9bab7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ object Deps {
val typesafeConfigV = "1.4.3"
val flywayV =
"10.19.0" // https://flywaydb.org/documentation/learnmore/releaseNotes
"10.20.0" // https://flywaydb.org/documentation/learnmore/releaseNotes
val postgresV = "42.7.4" // https://jdbc.postgresql.org/
val akkaActorV = akkaStreamv
@ -130,6 +130,9 @@ object Deps {
val gson =
"com.google.code.gson" % "gson" % V.gsonV // https://github.com/google/gson
val guava = "com.google.guava" % "guava" % "33.3.1-jre" //https://github.com/google/guava/
val jUnixSocket =
"com.kohlschutter.junixsocket" % "junixsocket-core" % V.jUnixSocketV
@ -464,6 +467,7 @@ object Deps {
// transitive deps needed for jlink
Compile.codehaus,
Compile.gson,
Compile.guava,
Compile.dropwizardMetricsHealthChecks,
Compile.dropwizardMetricsJvm,
// postgres transitive deps