@@ -647,7 +647,7 @@ project("spring-jdbc") {
647
647
optional(project(" :spring-context" )) // for JndiDataSourceLookup
648
648
optional(" javax.transaction:javax.transaction-api:${ jtaVersion} " )
649
649
optional(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
650
- optional(" com.h2database:h2:1.4.195 " )
650
+ optional(" com.h2database:h2:1.4.196 " )
651
651
optional(" org.apache.derby:derby:10.13.1.1" )
652
652
optional(" org.apache.derby:derbyclient:10.13.1.1" )
653
653
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
@@ -1016,7 +1016,7 @@ project("spring-test") {
1016
1016
optional(" javax.servlet:javax.servlet-api:${ servletVersion} " )
1017
1017
optional(" javax.servlet.jsp:javax.servlet.jsp-api:${ jspVersion} " )
1018
1018
optional(" javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1" )
1019
- optional(" org.apache.taglibs:taglibs-standard-jstlel:1.2.1 " ) {
1019
+ optional(" org.apache.taglibs:taglibs-standard-jstlel:1.2.5 " ) {
1020
1020
exclude group : " org.apache.taglibs" , module : " taglibs-standard-spec"
1021
1021
}
1022
1022
optional(" javax.el:javax.el-api:${ elApiVersion} " )
@@ -1027,10 +1027,10 @@ project("spring-test") {
1027
1027
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
1028
1028
optional(" org.hamcrest:hamcrest-core:${ hamcrestVersion} " )
1029
1029
optional(" org.xmlunit:xmlunit-matchers:${ xmlunitVersion} " )
1030
- optional(" net.sourceforge.htmlunit:htmlunit:2.26 " ) {
1030
+ optional(" net.sourceforge.htmlunit:htmlunit:2.27 " ) {
1031
1031
exclude group : " commons-logging" , module : " commons-logging"
1032
1032
}
1033
- optional(" org.seleniumhq.selenium:htmlunit-driver:2.26 " )
1033
+ optional(" org.seleniumhq.selenium:htmlunit-driver:2.27 " )
1034
1034
optional(" org.seleniumhq.selenium:selenium-java:3.4.0" ) {
1035
1035
exclude group : " io.netty" , module : " netty"
1036
1036
}
0 commit comments