File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ ext {
30
30
31
31
aspectjVersion = " 1.9.1"
32
32
freemarkerVersion = " 2.3.28"
33
- groovyVersion = " 2.5.1 "
33
+ groovyVersion = " 2.5.2 "
34
34
hsqldbVersion = " 2.4.1"
35
35
jackson2Version = " 2.9.6"
36
- jettyVersion = " 9.4.11.v20180605 "
37
- junitPlatformVersion = " 1.2.0 "
38
- junitJupiterVersion = " 5.2.0 "
39
- junitVintageVersion = " 5.2.0 "
36
+ jettyVersion = " 9.4.12.RC1 "
37
+ junitPlatformVersion = " 1.3.0-RC1 "
38
+ junitJupiterVersion = " 5.3.0-RC1 "
39
+ junitVintageVersion = " 5.3.0-RC1 "
40
40
kotlinVersion = " 1.2.60"
41
41
log4jVersion = " 2.11.1"
42
42
nettyVersion = " 4.1.28.Final"
47
47
slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
48
48
tiles3Version = " 3.0.8"
49
49
tomcatVersion = " 9.0.10"
50
- undertowVersion = " 2.0.11 .Final"
50
+ undertowVersion = " 2.0.12 .Final"
51
51
52
52
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
53
53
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.11 .Final" )
19
+ testCompile(" org.hibernate:hibernate-validator:6.0.12 .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 @@ -60,7 +60,7 @@ dependencies {
60
60
testCompile(" javax.interceptor:javax.interceptor-api:1.2.2" )
61
61
testCompile(" javax.mail:javax.mail-api:1.6.1" )
62
62
testCompile(" org.hibernate:hibernate-core:5.2.17.Final" )
63
- testCompile(" org.hibernate:hibernate-validator:6.0.11 .Final" )
63
+ testCompile(" org.hibernate:hibernate-validator:6.0.12 .Final" )
64
64
// Enable use of the JUnit Platform Runner
65
65
testCompile(" org.junit.platform:junit-platform-runner:${ junitPlatformVersion} " )
66
66
testCompile(" org.junit.jupiter:junit-jupiter-params:${ junitJupiterVersion} " )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
42
42
optional(" com.google.protobuf:protobuf-java-util:3.6.1" )
43
43
testCompile(" javax.xml.bind:jaxb-api:2.3.0" )
44
- testCompile(" org.hibernate:hibernate-validator:6.0.11 .Final" )
44
+ testCompile(" org.hibernate:hibernate-validator:6.0.12 .Final" )
45
45
testCompile " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
46
46
testCompile(" io.projectreactor:reactor-test" )
47
47
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
testCompile(" org.eclipse.jetty:jetty-server" ) {
51
51
exclude group : " javax.servlet" , module : " javax.servlet"
52
52
}
53
- testCompile(" org.hibernate:hibernate-validator:6.0.11 .Final" )
53
+ testCompile(" org.hibernate:hibernate-validator:6.0.12 .Final" )
54
54
testCompile(" org.apache.httpcomponents:httpclient:4.5.6" ) {
55
55
exclude group : " commons-logging" , module : " commons-logging"
56
56
}
You can’t perform that action at this time.
0 commit comments