From 2e567000615feb51ea3e927b55e0d21dc0d75aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 22:09:24 +0000 Subject: [PATCH] Bump io.trino:trino-jdbc from 477 to 478 in /modules/trino Bumps io.trino:trino-jdbc from 477 to 478. --- updated-dependencies: - dependency-name: io.trino:trino-jdbc dependency-version: '478' 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 6839d4791aa..004bd38a8b9 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:477' + testRuntimeOnly 'io.trino:trino-jdbc:478' compileOnly 'org.jetbrains:annotations:26.0.2-1' }