fix(sec): bump postgresql to 42.4.1
This commit is contained in:
parent
d4b83e1dc0
commit
f3751c7364
@ -107,7 +107,7 @@ libraryDependencies ++= Seq(
|
|||||||
"org.springframework.data" % "spring-data-commons" % "2.7.6",
|
"org.springframework.data" % "spring-data-commons" % "2.7.6",
|
||||||
"org.glassfish" % "javax.el" % "3.0.1-b12",
|
"org.glassfish" % "javax.el" % "3.0.1-b12",
|
||||||
"org.apache.httpcomponents" % "httpclient" % "4.5.13",
|
"org.apache.httpcomponents" % "httpclient" % "4.5.13",
|
||||||
"org.postgresql" % "postgresql" % "42.2.16",
|
"org.postgresql" % "postgresql" % "42.4.1",
|
||||||
"org.hibernate" % "hibernate-core" % "5.6.1.Final",
|
"org.hibernate" % "hibernate-core" % "5.6.1.Final",
|
||||||
"org.flywaydb" % "flyway-core" % "7.8.2",
|
"org.flywaydb" % "flyway-core" % "7.8.2",
|
||||||
"com.zaxxer" % "HikariCP" % "4.0.3"
|
"com.zaxxer" % "HikariCP" % "4.0.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user