Skip to content

Commit b4bafc9

Browse files
Combined dependencies PR (#4135)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69ead41 commit b4bafc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/database-commons/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ description = "Testcontainers :: Database-Commons"
33
dependencies {
44
compile project(':testcontainers')
55

6-
testCompile 'org.assertj:assertj-core:3.18.1'
6+
testCompile 'org.assertj:assertj-core:3.19.0'
77
}

modules/jdbc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2323
test {

0 commit comments

Comments
 (0)