Skip to content

Commit 219bb87

Browse files
authored
Merge pull request #10459 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents c46aec2 + a0702c0 commit 219bb87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/clickhouse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
testRuntimeOnly(group: 'com.clickhouse', name: 'jdbc-v2', version: '0.7.2', classifier: 'http')
1313

1414
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.2'
15-
testImplementation 'org.assertj:assertj-core:3.26.3'
15+
testImplementation 'org.assertj:assertj-core:3.27.3'
1616
testImplementation testFixtures(project(':r2dbc'))
1717
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.7.2', classifier: 'http')
1818
}

modules/openfga/build.gradle

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

6-
testImplementation 'org.assertj:assertj-core:3.26.3'
6+
testImplementation 'org.assertj:assertj-core:3.27.3'
77
testImplementation 'dev.openfga:openfga-sdk:0.7.0'
88
}
99

0 commit comments

Comments
 (0)