File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ description = "Testcontainers :: Database-Commons"
33dependencies {
44 compile project(' :testcontainers' )
55
6- testCompile ' org.assertj:assertj-core:3.18.1 '
6+ testCompile ' org.assertj:assertj-core:3.19.0 '
77}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 compileOnly ' org.jetbrains:annotations:20.1.0'
88 testCompile ' commons-dbutils:commons-dbutils:1.7'
99 testCompile ' org.vibur:vibur-dbcp:25.0'
10- testCompile ' org.apache.tomcat:tomcat-jdbc:10.0.0 '
10+ testCompile ' org.apache.tomcat:tomcat-jdbc:10.0.6 '
1111 testCompile ' com.zaxxer:HikariCP-java6:2.3.13'
1212 testCompile ' com.googlecode.junit-toolbox:junit-toolbox:2.4'
1313 testCompile ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717
1818 testRuntime ' org.postgresql:postgresql:42.2.20'
1919 testRuntime ' mysql:mysql-connector-java:8.0.22'
20- testRuntime ' org.junit.jupiter:junit-jupiter-engine:5.7.1 '
20+ testRuntime ' org.junit.jupiter:junit-jupiter-engine:5.7.2 '
2121}
2222
2323test {
You can’t perform that action at this time.
0 commit comments