Upgrade dependencies
This commit harmonizes project dependencies with Spring IO Platform Cairo levels.
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user