Skip to content

Commit

Permalink
fix(sec): bump postgresql to 42.7.2 (#19660)
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Mar 6, 2024
1 parent 3390d30 commit ca7c2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bbb-common-web/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion bigbluebutton-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca7c2d1

Please sign in to comment.