File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencyManagement {
5
5
mavenBom ' org.springframework:spring-framework-bom:5.3.0'
6
6
mavenBom ' org.springframework.data:spring-data-bom:2020.0.0'
7
7
mavenBom ' org.springframework.security:spring-security-bom:5.4.1'
8
- mavenBom ' org.testcontainers:testcontainers-bom:1.14.3 '
8
+ mavenBom ' org.testcontainers:testcontainers-bom:1.15.1 '
9
9
}
10
10
11
11
dependencies {
@@ -27,9 +27,9 @@ dependencyManagement {
27
27
dependency ' junit:junit:4.13.1'
28
28
dependency ' mysql:mysql-connector-java:8.0.22'
29
29
dependency ' org.apache.derby:derby:10.14.2.0'
30
- dependency ' org.assertj:assertj-core:3.18.0 '
30
+ dependency ' org.assertj:assertj-core:3.18.1 '
31
31
dependency ' org.hsqldb:hsqldb:2.5.1'
32
- dependency ' org.mariadb.jdbc:mariadb-java-client:2.7.0 '
32
+ dependency ' org.mariadb.jdbc:mariadb-java-client:2.7.1 '
33
33
dependency ' org.mockito:mockito-core:3.5.15'
34
34
dependency ' org.postgresql:postgresql:42.2.18'
35
35
}
You can’t perform that action at this time.
0 commit comments