update org.hibernate:hibernate-validator 5.3.6.Final to 6.0.19.Final (#1103)

This commit is contained in:
lxxyyds
2022-10-18 21:43:00 +08:00
committed by GitHub
parent 7a5cc57e3c
commit 443d31ac65

View File

@@ -14,11 +14,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
~
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>spring-cloud-kubernetes-examples</artifactId>
<groupId>org.springframework.cloud</groupId>
@@ -45,7 +41,7 @@
</dependencyManagement>
<properties>
<hibernate-validator.version>5.3.6.Final</hibernate-validator.version>
<hibernate-validator.version>6.0.19.Final</hibernate-validator.version>
</properties>
<dependencies>
@@ -231,4 +227,4 @@
</profile>
</profiles>
</project>
</project>