Skip to content

Commit 9959bdf

Browse files
authored
Merge pull request #11671 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents b665036 + 6f4944b commit 9959bdf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ dependencies {
115115
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
116116
testImplementation files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')
117117

118-
testImplementation 'org.assertj:assertj-core:3.27.6'
118+
testImplementation 'org.assertj:assertj-core:3.27.7'
119119
testImplementation 'io.rest-assured:rest-assured:5.5.6'
120120

121121
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
122122
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
123123
jarFileTestRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
124124
jarFileTestImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
125-
jarFileTestImplementation 'org.assertj:assertj-core:3.27.6'
125+
jarFileTestImplementation 'org.assertj:assertj-core:3.27.7'
126126
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
127127
}
128128

modules/jdbc-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
api 'com.zaxxer:HikariCP-java6:2.3.13'
77
api 'commons-dbutils:commons-dbutils:1.8.1'
88

9-
api 'org.assertj:assertj-core:3.27.6'
9+
api 'org.assertj:assertj-core:3.27.7'
1010

1111
api 'org.apache.tomcat:tomcat-jdbc:11.0.14'
1212
api 'org.vibur:vibur-dbcp:26.0'

modules/r2dbc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ dependencies {
1212
testImplementation project(':testcontainers-postgresql')
1313

1414
testFixturesImplementation 'io.projectreactor:reactor-core:3.8.1'
15-
testFixturesImplementation 'org.assertj:assertj-core:3.27.6'
15+
testFixturesImplementation 'org.assertj:assertj-core:3.27.7'
1616
testFixturesImplementation 'org.junit.jupiter:junit-jupiter:5.14.1'
1717
}

0 commit comments

Comments
 (0)