From bc2f418a8a7f97df37f2e15d42a2a14d82d87644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:02:00 +0000 Subject: [PATCH] Bump io.trino:trino-jdbc from 478 to 479 in /modules/trino Bumps io.trino:trino-jdbc from 478 to 479. --- updated-dependencies: - dependency-name: io.trino:trino-jdbc dependency-version: '479' 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 004bd38a8b9..ac008a39bb3 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:478' + testRuntimeOnly 'io.trino:trino-jdbc:479' compileOnly 'org.jetbrains:annotations:26.0.2-1' }