From 62d246833b9ad07d1023b44026cd9285fd88e3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 18:32:07 +0000 Subject: [PATCH] Bump org.opendatadiscovery:ingestion-contract-client Bumps [org.opendatadiscovery:ingestion-contract-client](https://github.com/opendatadiscovery/opendatadiscovery-specification-contracts) from 0.1.39 to 0.1.41. - [Commits](https://github.com/opendatadiscovery/opendatadiscovery-specification-contracts/commits) --- updated-dependencies: - dependency-name: org.opendatadiscovery:ingestion-contract-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 44e4d8d9c..fa1547d9c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ confluent-ccs = '7.9.0-ccs' mapstruct = '1.6.2' lombok = '1.18.34' odd-oddrn-generator = '0.1.17' -odd-oddrn-client = '0.1.39' +odd-oddrn-client = '0.1.41' cel = '0.3.0' junit = '5.11.2' mockito = '5.14.2'