From 3297e710a44f63dd3b6a8e8928afb987af372c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:58:23 +0000 Subject: [PATCH] Bump io.trino:trino-jdbc from 379 to 408 in /modules/trino Bumps io.trino:trino-jdbc from 379 to 408. --- updated-dependencies: - dependency-name: io.trino:trino-jdbc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/trino/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/trino/build.gradle b/modules/trino/build.gradle index d0b56af633f..7d56fd74259 100644 --- a/modules/trino/build.gradle +++ b/modules/trino/build.gradle @@ -4,6 +4,6 @@ dependencies { api project(':jdbc') testImplementation project(':jdbc-test') - testImplementation 'io.trino:trino-jdbc:379' + testImplementation 'io.trino:trino-jdbc:408' compileOnly 'org.jetbrains:annotations:23.0.0' }