File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
slf4jVersion = " 1.7.28" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
47
tomcatVersion = " 9.0.27"
48
- undertowVersion = " 2.0.27 .Final"
48
+ undertowVersion = " 2.0.28 .Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
51
51
withoutJclOverSlf4j = {
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.17 .Final" )
19
+ testCompile(" org.hibernate:hibernate-validator:6.0.18 .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 @@ -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.12.Final" )
64
- testCompile(" org.hibernate:hibernate-validator:6.0.17 .Final" )
64
+ testCompile(" org.hibernate:hibernate-validator:6.0.18 .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.17 .Final" )
45
+ testCompile(" org.hibernate:hibernate-validator:6.0.18 .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.17 .Final" )
69
+ testCompile(" org.hibernate:hibernate-validator:6.0.18 .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