Skip to content

Commit f9c0e20

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

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
@@ -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
}

0 commit comments

Comments
 (0)