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:
commit
8cf87dbb3e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user