From 373876908ba051fc7ef33d2a2c98efad1ec05afa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 16:58:52 +0000 Subject: [PATCH] Bump trino-jdbc from 379 to 381 in /modules/trino Bumps trino-jdbc from 379 to 381. --- 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..459a2b5bc3a 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:381' compileOnly 'org.jetbrains:annotations:23.0.0' }