File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ configure(allprojects) { project ->
57
57
ext. junitVintageVersion = " 4.12.0-RC3"
58
58
ext. kotlinVersion = ' 1.1.4'
59
59
ext. log4jVersion = ' 2.8.2'
60
- ext. nettyVersion = " 4.1.14 .Final"
60
+ ext. nettyVersion = " 4.1.15 .Final"
61
61
ext. okhttp3Version = " 3.8.1"
62
62
ext. reactorVersion = " Bismuth-BUILD-SNAPSHOT"
63
63
ext. rxjavaVersion = ' 1.3.0'
@@ -66,7 +66,7 @@ configure(allprojects) { project ->
66
66
ext. slf4jVersion = " 1.7.25"
67
67
ext. tiles3Version = " 3.0.7"
68
68
ext. tomcatVersion = " 8.5.20"
69
- ext. undertowVersion = " 1.4.18 .Final"
69
+ ext. undertowVersion = " 1.4.19 .Final"
70
70
71
71
ext. gradleScriptDir = " ${ rootProject.projectDir} /gradle"
72
72
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.1 .Final" )
20
+ testCompile(" org.hibernate:hibernate-validator:6.0.2 .Final" )
21
21
testRuntime(" org.ehcache:jcache:1.0.1" )
22
22
testRuntime(" org.ehcache:ehcache:3.3.1" )
23
23
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
testCompile(" javax.interceptor:javax.interceptor-api:1.2" )
63
63
testCompile(" javax.cache:cache-api:1.0.0" )
64
64
testCompile(" org.hibernate:hibernate-core:5.2.10.Final" )
65
- testCompile(" org.hibernate:hibernate-validator:6.0.1 .Final" )
65
+ testCompile(" org.hibernate:hibernate-validator:6.0.2 .Final" )
66
66
// Enable use of the JUnitPlatform Runner
67
67
testCompile(" org.junit.platform:junit-platform-runner:${ junitPlatformVersion} " )
68
68
testCompile(" org.junit.jupiter:junit-jupiter-params:${ junitJupiterVersion} " )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
47
47
testCompile(" javax.xml.bind:jaxb-api:${ jaxbVersion} " )
48
48
testCompile(" io.projectreactor:reactor-test" )
49
- testCompile(" org.hibernate:hibernate-validator:6.0.1 .Final" )
49
+ testCompile(" org.hibernate:hibernate-validator:6.0.2 .Final" )
50
50
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
51
51
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
52
52
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " )
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.1 .Final" )
66
+ testCompile(" org.hibernate:hibernate-validator:6.0.2 .Final" )
67
67
testCompile(" org.apache.httpcomponents:httpclient:${ httpclientVersion} " ) {
68
68
exclude group : " commons-logging" , module : " commons-logging"
69
69
}
You can’t perform that action at this time.
0 commit comments