File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ ext {
4343 reactorVersion = " Californium-BUILD-SNAPSHOT"
4444 rxjavaVersion = " 1.3.8"
4545 rxjavaAdapterVersion = " 1.2.1"
46- rxjava2Version = " 2.1.15 "
46+ rxjava2Version = " 2.1.16 "
4747 slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
4848 tiles3Version = " 3.0.8"
49- tomcatVersion = " 9.0.8 "
49+ tomcatVersion = " 9.0.10 "
5050 undertowVersion = " 2.0.9.Final"
5151
5252 gradleScriptDir = " ${ rootProject.projectDir} /gradle"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 optional(project(" :spring-aop" ))
99 optional(project(" :spring-context" ))
1010 optional(project(" :spring-web" ))
11- optional(" org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.1 " )
11+ optional(" org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.2 " )
1212 optional(" org.hibernate:hibernate-core:5.3.1.Final" )
1313 optional(" javax.servlet:javax.servlet-api:3.1.0" )
1414 testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 optional(" org.seleniumhq.selenium:htmlunit-driver:2.31.0" ) {
4343 exclude group : " commons-logging" , module : " commons-logging"
4444 }
45- optional(" org.seleniumhq.selenium:selenium-java:3.12 .0" ) {
45+ optional(" org.seleniumhq.selenium:selenium-java:3.13 .0" ) {
4646 exclude group : " commons-logging" , module : " commons-logging"
4747 exclude group : " io.netty" , module : " netty"
4848 }
You can’t perform that action at this time.
0 commit comments