From 232d36b962139a47a4a1cb400883cd6b45646dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 00:35:32 +0000 Subject: [PATCH] chore(deps): bump io.acryl:datahub-client from 0.15.0-3 to 15.0.4 Bumps [io.acryl:datahub-client](https://github.com/datahub-project/datahub) from 0.15.0-3 to 15.0.4. - [Release notes](https://github.com/datahub-project/datahub/releases) - [Changelog](https://github.com/datahub-project/datahub/blob/master/docs/townhall-history.md) - [Commits](https://github.com/datahub-project/datahub/commits) --- updated-dependencies: - dependency-name: io.acryl:datahub-client dependency-version: 15.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle b/server/build.gradle index 483b517ae..5e5f7e15f 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -137,7 +137,7 @@ dependencies { implementation(group: 'io.netty', name: 'netty-tcnative-boringssl-static', version: "${project.boringSslVersion}", classifier: 'osx-x86_64') // DataHub client is used to convert and report Cassandra schema on a periodic basis - implementation(group: 'io.acryl', name: 'datahub-client', version: '0.15.0-3') + implementation(group: 'io.acryl', name: 'datahub-client', version: '15.0.4') // OpenAPI support implementation("org.eclipse.microprofile.openapi:microprofile-openapi-api:${project.microprofileOpenApiVersion}")