From b5b470ea39780543bef220865d6bbeb788144ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:18:50 +0000 Subject: [PATCH] Bump io.trino:trino-jdbc from 480 to 481 in /modules/trino Bumps io.trino:trino-jdbc from 480 to 481. --- updated-dependencies: - dependency-name: io.trino:trino-jdbc dependency-version: '481' 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 e6a9b32e85b..91c05355f00 100644 --- a/modules/trino/build.gradle +++ b/modules/trino/build.gradle @@ -4,6 +4,6 @@ dependencies { api project(':testcontainers-jdbc') testImplementation project(':testcontainers-jdbc-test') - testRuntimeOnly 'io.trino:trino-jdbc:480' + testRuntimeOnly 'io.trino:trino-jdbc:481' compileOnly 'org.jetbrains:annotations:26.1.0' }