File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ configure(allprojects) { project ->
5454 ext. log4jVersion = " 2.9.1"
5555 ext. nettyVersion = " 4.1.16.Final"
5656 ext. reactorVersion = " Bismuth-BUILD-SNAPSHOT"
57- ext. rxjavaVersion = " 1.3.2 "
57+ ext. rxjavaVersion = " 1.3.3 "
5858 ext. rxjavaAdapterVersion = " 1.2.1"
5959 ext. rxjava2Version = " 2.1.5"
6060 ext. slf4jVersion = " 1.7.25"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 testCompile(project(" :spring-context" ))
1818 testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
1919 testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
20- testCompile(" org.hibernate:hibernate-validator:6.0.2 .Final" )
20+ testCompile(" org.hibernate:hibernate-validator:6.0.3 .Final" )
2121 testRuntime(" org.ehcache:jcache:1.0.1" )
2222 testRuntime(" org.ehcache:ehcache:3.4.0" )
2323 testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
2121 optional(" org.beanshell:bsh:2.0b5" )
2222 optional(" joda-time:joda-time:2.9.9" )
23- optional(" org.hibernate:hibernate-validator:5.4.1 .Final" )
23+ optional(" org.hibernate:hibernate-validator:5.4.2 .Final" )
2424 optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
2525 optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
2626 testCompile(" org.apache.commons:commons-pool2:2.4.2" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 optional(project(" :spring-context" ))
1010 optional(project(" :spring-web" ))
1111 optional(" org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.0" )
12- optional(" org.hibernate:hibernate-core:5.2.11 .Final" )
12+ optional(" org.hibernate:hibernate-core:5.2.12 .Final" )
1313 optional(" javax.servlet:javax.servlet-api:3.1.0" )
1414 testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
1515 testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ dependencies {
6565 testCompile(" javax.ejb:javax.ejb-api:3.2" )
6666 testCompile(" javax.interceptor:javax.interceptor-api:1.2.1" )
6767 testCompile(" javax.mail:javax.mail-api:1.6.0" )
68- testCompile(" org.hibernate:hibernate-core:5.2.11 .Final" )
69- testCompile(" org.hibernate:hibernate-validator:6.0.2 .Final" )
68+ testCompile(" org.hibernate:hibernate-core:5.2.12 .Final" )
69+ testCompile(" org.hibernate:hibernate-validator:6.0.3 .Final" )
7070 // Enable use of the JUnitPlatform Runner
7171 testCompile(" org.junit.platform:junit-platform-runner:${ junitPlatformVersion} " )
7272 testCompile(" org.junit.jupiter:junit-jupiter-params:${ junitJupiterVersion} " )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
4646 optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
4747 testCompile(" javax.xml.bind:jaxb-api:2.3.0" )
48- testCompile(" org.hibernate:hibernate-validator:6.0.2 .Final" )
48+ testCompile(" org.hibernate:hibernate-validator:6.0.3 .Final" )
4949 testCompile " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
5050 testCompile(" io.projectreactor:reactor-test" )
5151 testCompile(" io.reactivex:rxnetty-http:0.5.2" ) {
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies {
6363 testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " ) {
6464 exclude group : " javax.servlet" , module : " javax.servlet"
6565 }
66- testCompile(" org.hibernate:hibernate-validator:6.0.2 .Final" )
66+ testCompile(" org.hibernate:hibernate-validator:6.0.3 .Final" )
6767 testCompile(" org.apache.httpcomponents:httpclient:4.5.3" ) {
6868 exclude group : " commons-logging" , module : " commons-logging"
6969 }
You can’t perform that action at this time.
0 commit comments