From 4fd92f11824aae9fde285973af9583697aa0ee5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 09:34:18 +0000 Subject: [PATCH] Bump trino-jdbc from 379 to 401 in /modules/trino Bumps trino-jdbc from 379 to 401. --- 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..1fd5561d85c 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:401' compileOnly 'org.jetbrains:annotations:23.0.0' }