fix(sec): bump postgresql to 42.4.1

This commit is contained in:
Anton Georgiev 2023-01-25 18:48:21 +00:00
parent d4b83e1dc0
commit f3751c7364

View File

@ -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"