From 4888e736aba6a4a9e39a980b2e5aa11caca33089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:10:37 +0000 Subject: [PATCH] Bump io.delta:delta-standalone_2.12 from 3.0.0rc1 to 3.0.0 Bumps [io.delta:delta-standalone_2.12](https://github.com/delta-io/delta) from 3.0.0rc1 to 3.0.0. - [Release notes](https://github.com/delta-io/delta/releases) - [Commits](https://github.com/delta-io/delta/compare/v3.0.0rc1...v3.0.0) --- updated-dependencies: - dependency-name: io.delta:delta-standalone_2.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b708e6f..e9536b0 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { runtimeOnly "io.micronaut:micronaut-management" // Delta reading - implementation "io.delta:delta-standalone_2.12:3.0.0rc1" + implementation "io.delta:delta-standalone_2.12:3.0.0" implementation("org.apache.hadoop:hadoop-client:3.3.6") { exclude group: "org.slf4j" }