Merge pull request #19484 from antobinary/ports-02

fix: Bump spring-boot-starter-validation to 2.7.17 to match bbb-web (port from 2.7)
This commit is contained in:
Anton Georgiev 2024-01-23 10:40:27 -05:00 committed by GitHub
commit 8cf87dbb3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@ homepage := Some(url("http://www.bigbluebutton.org"))
libraryDependencies ++= Seq(
"javax.validation" % "validation-api" % "2.0.1.Final",
"org.springframework.boot" % "spring-boot-starter-validation" % "2.7.12",
"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",