Browse Source

build(deps): bump hibernate-validator from 6.0.15.Final to 6.1.0.Final (#326)

Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.0.15.Final to 6.1.0.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/master/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-validator/compare/6.0.15.Final...6.1.0.Final)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 6 years ago
parent
commit
8086d8a146
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -78,7 +78,7 @@
             <dependency>
                 <groupId>org.hibernate.validator</groupId>
                 <artifactId>hibernate-validator</artifactId>
-                <version>6.0.15.Final</version>
+                <version>6.1.0.Final</version>
             </dependency>
 
             <!-- MySQL 连接驱动依赖 -->