mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
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:
parent
7c07aa0355
commit
9e61e9bab7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user