1
1
dependencyManagement {
2
2
imports {
3
3
mavenBom ' io.projectreactor:reactor-bom:Dysprosium-SR5'
4
- mavenBom ' org.junit:junit-bom:5.6.0 '
4
+ mavenBom ' org.junit:junit-bom:5.6.2 '
5
5
mavenBom ' org.springframework:spring-framework-bom:5.2.4.RELEASE'
6
6
mavenBom ' org.springframework.data:spring-data-releasetrain:Neumann-M3'
7
7
mavenBom ' org.springframework.security:spring-security-bom:5.3.0.RC1'
8
- mavenBom ' org.testcontainers:testcontainers-bom:1.12.2 '
8
+ mavenBom ' org.testcontainers:testcontainers-bom:1.12.5 '
9
9
}
10
10
11
11
dependencies {
12
- dependencySet(group : ' com.hazelcast' , version : ' 3.12.6 ' ) {
12
+ dependencySet(group : ' com.hazelcast' , version : ' 3.12.7 ' ) {
13
13
entry ' hazelcast'
14
14
entry ' hazelcast-client'
15
15
}
@@ -24,12 +24,12 @@ dependencyManagement {
24
24
dependency ' javax.annotation:javax.annotation-api:1.3.2'
25
25
dependency ' javax.servlet:javax.servlet-api:4.0.1'
26
26
dependency ' junit:junit:4.13'
27
- dependency ' mysql:mysql-connector-java:8.0.19 '
27
+ dependency ' mysql:mysql-connector-java:8.0.20 '
28
28
dependency ' org.apache.derby:derby:10.14.2.0'
29
29
dependency ' org.assertj:assertj-core:3.15.0'
30
30
dependency ' org.hsqldb:hsqldb:2.5.0'
31
31
dependency ' org.mariadb.jdbc:mariadb-java-client:2.4.4'
32
- dependency ' org.mockito:mockito-core:3.3.0 '
33
- dependency ' org.postgresql:postgresql:42.2.10 '
32
+ dependency ' org.mockito:mockito-core:3.3.3 '
33
+ dependency ' org.postgresql:postgresql:42.2.12 '
34
34
}
35
35
}
0 commit comments