From 7febe812a0c3d82b2d1dab809561f82e47179054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 00:00:27 +0000 Subject: [PATCH] chore(deps): bump io.trino:trino-jdbc from 419 to 432 Bumps io.trino:trino-jdbc from 419 to 432. --- updated-dependencies: - dependency-name: io.trino:trino-jdbc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugin-jdbc-trino/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-jdbc-trino/build.gradle b/plugin-jdbc-trino/build.gradle index 1623dcf7..3428d140 100644 --- a/plugin-jdbc-trino/build.gradle +++ b/plugin-jdbc-trino/build.gradle @@ -13,7 +13,7 @@ jar { } dependencies { - implementation("io.trino:trino-jdbc:419") + implementation("io.trino:trino-jdbc:432") implementation project(':plugin-jdbc') testImplementation project(':plugin-jdbc').sourceSets.test.output