Upgrade spring validation library to 2.7.12
This commit is contained in:
parent
b2f2ec7379
commit
e7bc91d389
@ -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.1",
|
||||
"org.springframework.boot" % "spring-boot-starter-validation" % "2.7.12",
|
||||
"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