Upgrade to Hibernate Validator 5.4.3 and 6.0.15

Includes Apache HttpClient 4.5.7 and Jetty 9.4.15.
This commit is contained in:
Juergen Hoeller
2019-02-22 14:42:38 +01:00
parent 42ffc7b8c9
commit af1691cbba
7 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ dependencies {
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
optional("org.beanshell:bsh:2.0b5")
optional("joda-time:joda-time:2.9.9")
optional("org.hibernate:hibernate-validator:5.4.2.Final")
optional("org.hibernate:hibernate-validator:5.4.3.Final")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
testCompile("org.apache.commons:commons-pool2:2.5.0")