File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
testCompile(project(" :spring-context" ))
18
18
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
19
19
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
20
- testCompile(" org.hibernate:hibernate-validator:6.0.4 .Final" )
20
+ testCompile(" org.hibernate:hibernate-validator:6.0.5 .Final" )
21
21
testRuntime(" org.ehcache:jcache:1.0.1" )
22
22
testRuntime(" org.ehcache:ehcache:3.4.0" )
23
23
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
66
66
testCompile(" javax.interceptor:javax.interceptor-api:1.2.1" )
67
67
testCompile(" javax.mail:javax.mail-api:1.6.0" )
68
68
testCompile(" org.hibernate:hibernate-core:5.2.12.Final" )
69
- testCompile(" org.hibernate:hibernate-validator:6.0.4 .Final" )
69
+ testCompile(" org.hibernate:hibernate-validator:6.0.5 .Final" )
70
70
// Enable use of the JUnitPlatform Runner
71
71
testCompile(" org.junit.platform:junit-platform-runner:${ junitPlatformVersion} " )
72
72
testCompile(" org.junit.jupiter:junit-jupiter-params:${ junitJupiterVersion} " )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
45
45
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
46
46
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
47
47
testCompile(" javax.xml.bind:jaxb-api:2.3.0" )
48
- testCompile(" org.hibernate:hibernate-validator:6.0.4 .Final" )
48
+ testCompile(" org.hibernate:hibernate-validator:6.0.5 .Final" )
49
49
testCompile " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
50
50
testCompile(" io.projectreactor:reactor-test" )
51
51
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies {
63
63
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " ) {
64
64
exclude group : " javax.servlet" , module : " javax.servlet"
65
65
}
66
- testCompile(" org.hibernate:hibernate-validator:6.0.4 .Final" )
66
+ testCompile(" org.hibernate:hibernate-validator:6.0.5 .Final" )
67
67
testCompile(" org.apache.httpcomponents:httpclient:4.5.3" ) {
68
68
exclude group : " commons-logging" , module : " commons-logging"
69
69
}
You can’t perform that action at this time.
0 commit comments