From 55afec3c6e2c7736f7051922b399513940c236d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:09:09 +0000 Subject: [PATCH] Bump io.trino:trino-jdbc from 476 to 477 in /modules/trino Bumps io.trino:trino-jdbc from 476 to 477. --- updated-dependencies: - dependency-name: io.trino:trino-jdbc dependency-version: '477' 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 08e3c0c2982..ced1b2fa10c 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:476' + testRuntimeOnly 'io.trino:trino-jdbc:477' compileOnly 'org.jetbrains:annotations:26.0.2' }