File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33
33
groovyVersion = " 2.5.6"
34
34
hsqldbVersion = " 2.4.1"
35
35
jackson2Version = " 2.9.8"
36
- jettyVersion = " 9.4.14.v20181114 "
36
+ jettyVersion = " 9.4.15.v20190215 "
37
37
junit5Version = " 5.4.0"
38
38
kotlinVersion = " 1.3.21"
39
39
log4jVersion = " 2.11.2"
45
45
slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
47
tomcatVersion = " 9.0.16"
48
- undertowVersion = " 2.0.17 .Final"
48
+ undertowVersion = " 2.0.18 .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.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.4.1.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 @@ -44,7 +44,7 @@ dependencies {
44
44
optional(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.1.1" )
45
45
testCompile(" javax.xml.bind:jaxb-api:2.3.1" )
46
46
testCompile(" com.fasterxml:aalto-xml:1.1.1" )
47
- testCompile(" org.hibernate:hibernate-validator:6.0.14 .Final" )
47
+ testCompile(" org.hibernate:hibernate-validator:6.0.15 .Final" )
48
48
testCompile " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
49
49
testCompile(" io.projectreactor:reactor-test" )
50
50
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