fix(sec): bump postgresql to 42.7.2 (#19660)
This commit is contained in:
parent
3390d30fc8
commit
ca7c2d1589
@ -106,7 +106,7 @@ libraryDependencies ++= Seq(
|
||||
"org.springframework.boot" % "spring-boot-starter-validation" % "2.7.17",
|
||||
"org.springframework.data" % "spring-data-commons" % "2.7.6",
|
||||
"org.apache.httpcomponents" % "httpclient" % "4.5.13",
|
||||
"org.postgresql" % "postgresql" % "42.4.3",
|
||||
"org.postgresql" % "postgresql" % "42.7.2",
|
||||
"org.hibernate" % "hibernate-core" % "5.6.1.Final",
|
||||
"org.flywaydb" % "flyway-core" % "7.8.2",
|
||||
"com.zaxxer" % "HikariCP" % "4.0.3",
|
||||
|
@ -103,7 +103,7 @@ dependencies {
|
||||
|
||||
implementation 'javax.validation:validation-api:2.0.1.Final'
|
||||
implementation "org.springframework.boot:spring-boot-starter-validation:${springVersion}"
|
||||
implementation 'org.postgresql:postgresql:42.4.3'
|
||||
implementation 'org.postgresql:postgresql:42.7.2'
|
||||
implementation 'org.hibernate:hibernate-core:5.6.1.Final'
|
||||
|
||||
//--- BigBlueButton Dependencies End
|
||||
|
Loading…
Reference in New Issue
Block a user