Upgrade dependencies

This commit harmonizes project dependencies with Spring IO Platform Cairo levels.
This commit is contained in:
Vedran Pavic
2018-01-23 07:31:32 +01:00
parent 22e3b5ce38
commit d382603445

View File

@@ -8,7 +8,7 @@ dependencyManagement {
}
dependencies {
dependencySet(group: 'com.hazelcast', version: '3.9.1') {
dependencySet(group: 'com.hazelcast', version: '3.9.2') {
entry 'hazelcast'
entry 'hazelcast-client'
}
@@ -33,7 +33,7 @@ dependencyManagement {
dependency 'org.hsqldb:hsqldb:2.4.0'
dependency 'org.mariadb.jdbc:mariadb-java-client:2.2.1'
dependency 'org.mockito:mockito-core:2.13.0'
dependency 'org.postgresql:postgresql:42.1.4'
dependency 'org.postgresql:postgresql:42.2.0'
dependency 'org.seleniumhq.selenium:htmlunit-driver:2.29.0'
}
}