Skip to content

Commit bd9e2f3

Browse files
Bump org.assertj:assertj-core in /modules/clickhouse
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.4 to 3.27.6. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.4...assertj-build-3.27.6) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 559df36 commit bd9e2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/clickhouse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1414

1515
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
16-
testImplementation 'org.assertj:assertj-core:3.27.4'
16+
testImplementation 'org.assertj:assertj-core:3.27.6'
1717
testImplementation 'com.clickhouse:client-v2:0.9.1'
1818
testImplementation testFixtures(project(':testcontainers-r2dbc'))
1919
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.1', classifier: 'http')

0 commit comments

Comments
 (0)