fix(sec): bump postgresql to 42.7.2 (#19660)

This commit is contained in:
Anton Georgiev 2024-03-05 21:08:30 -05:00 committed by GitHub
parent 3390d30fc8
commit ca7c2d1589
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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