fix: Bump spring-boot-starter-validation to 2.7.17 to match bbb-web

This commit is contained in:
Anton Georgiev 2024-01-04 16:08:44 -05:00 committed by Anton Georgiev
parent d30b806b47
commit 6a887c442f

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