File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ configure(allprojects) { project ->
56
56
ext. reactorVersion = " Bismuth-SR9"
57
57
ext. rxjavaVersion = " 1.3.8"
58
58
ext. rxjavaAdapterVersion = " 1.2.1"
59
- ext. rxjava2Version = " 2.1.13 "
59
+ ext. rxjava2Version = " 2.1.14 "
60
60
ext. slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
61
61
ext. tiles3Version = " 3.0.8"
62
62
ext. tomcatVersion = " 8.5.31"
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.9 .Final" )
19
+ testCompile(" org.hibernate:hibernate-validator:6.0.10 .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 @@ -66,7 +66,7 @@ dependencies {
66
66
testCompile(" javax.interceptor:javax.interceptor-api:1.2.1" )
67
67
testCompile(" javax.mail:javax.mail-api:1.6.1" )
68
68
testCompile(" org.hibernate:hibernate-core:5.2.17.Final" )
69
- testCompile(" org.hibernate:hibernate-validator:6.0.9 .Final" )
69
+ testCompile(" org.hibernate:hibernate-validator:6.0.10 .Final" )
70
70
// Enable use of the JUnit Platform Runner
71
71
testCompile(" org.junit.platform:junit-platform-runner:${ junitPlatformVersion} " )
72
72
testCompile(" org.junit.jupiter:junit-jupiter-params:${ junitJupiterVersion} " )
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
60
60
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jackson2Version} " )
61
61
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${ jackson2Version} " )
62
62
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${ jackson2Version} " )
63
- optional(" com.google.code.gson:gson:2.8.4 " )
63
+ optional(" com.google.code.gson:gson:2.8.5 " )
64
64
optional(" com.google.protobuf:protobuf-java-util:3.5.1" )
65
65
optional(" com.googlecode.protobuf-java-format:protobuf-java-format:1.4" )
66
66
optional(" com.rometools:rome:1.9.0" )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
45
45
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
46
46
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
47
47
testCompile(" javax.xml.bind:jaxb-api:2.3.0" )
48
- testCompile(" org.hibernate:hibernate-validator:6.0.9 .Final" )
48
+ testCompile(" org.hibernate:hibernate-validator:6.0.10 .Final" )
49
49
testCompile " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
50
50
testCompile(" io.projectreactor:reactor-test" )
51
51
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
54
54
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " ) {
55
55
exclude group : " javax.servlet" , module : " javax.servlet"
56
56
}
57
- testCompile(" org.hibernate:hibernate-validator:6.0.9 .Final" )
57
+ testCompile(" org.hibernate:hibernate-validator:6.0.10 .Final" )
58
58
testCompile(" org.apache.httpcomponents:httpclient:4.5.5" ) {
59
59
exclude group : " commons-logging" , module : " commons-logging"
60
60
}
You can’t perform that action at this time.
0 commit comments