File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
optional(" org.freemarker:freemarker:${ freemarkerVersion} " )
17
17
testCompile(project(" :spring-context" ))
18
18
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
19
- testCompile(" org.hibernate:hibernate-validator:6.0.14 .Final" )
19
+ testCompile(" org.hibernate:hibernate-validator:6.0.15 .Final" )
20
20
testCompile(" javax.annotation:javax.annotation-api:1.3.2" )
21
21
testRuntime(" org.ehcache:jcache:1.0.1" )
22
22
testRuntime(" org.ehcache:ehcache:3.4.0" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
optional(" org.codehaus.groovy:groovy:${ groovyVersion} " )
21
21
optional(" org.beanshell:bsh:2.0b5" )
22
22
optional(" joda-time:joda-time:2.10.1" )
23
- optional(" org.hibernate:hibernate-validator:5.4.2 .Final" )
23
+ optional(" org.hibernate:hibernate-validator:5.4.3 .Final" )
24
24
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
25
25
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
26
26
testCompile(" org.codehaus.groovy:groovy-jsr223:${ groovyVersion} " )
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
61
61
testCompile(" javax.interceptor:javax.interceptor-api:1.2.2" )
62
62
testCompile(" javax.mail:javax.mail-api:1.6.2" )
63
63
testCompile(" org.hibernate:hibernate-core:5.3.7.Final" )
64
- testCompile(" org.hibernate:hibernate-validator:6.0.14 .Final" )
64
+ testCompile(" org.hibernate:hibernate-validator:6.0.15 .Final" )
65
65
// Enable use of the JUnit Platform Runner
66
66
testCompile(" org.junit.platform:junit-platform-runner" )
67
67
testCompile(" org.junit.jupiter:junit-jupiter-params" )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
optional(" com.google.protobuf:protobuf-java-util:3.6.1" )
43
43
testCompile(" javax.xml.bind:jaxb-api:2.3.1" )
44
44
testCompile(" com.fasterxml:aalto-xml:1.1.1" )
45
- testCompile(" org.hibernate:hibernate-validator:6.0.14 .Final" )
45
+ testCompile(" org.hibernate:hibernate-validator:6.0.15 .Final" )
46
46
testCompile " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
47
47
testCompile(" io.projectreactor:reactor-test" )
48
48
testCompile(" io.undertow:undertow-core:${ undertowVersion} " )
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
66
66
exclude group : " xerces" , module : " xercesImpl"
67
67
}
68
68
testCompile(" org.xmlunit:xmlunit-matchers:2.6.2" )
69
- testCompile(" org.hibernate:hibernate-validator:6.0.14 .Final" )
69
+ testCompile(" org.hibernate:hibernate-validator:6.0.15 .Final" )
70
70
testCompile(" io.projectreactor:reactor-core" )
71
71
testCompile(" io.reactivex:rxjava:${ rxjavaVersion} " )
72
72
testCompile(" io.reactivex:rxjava-reactive-streams:${ rxjavaAdapterVersion} " )
You can’t perform that action at this time.
0 commit comments