From 99b7cec06f6cf1a0dfe74737fa1801ff452380d2 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 12 Jun 2025 14:42:26 +0200 Subject: [PATCH] docs: Update very outdated trino-cli versions --- modules/tutorials/examples/ldap-auth/80-verify-trino.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tutorials/examples/ldap-auth/80-verify-trino.sh b/modules/tutorials/examples/ldap-auth/80-verify-trino.sh index acd7fe274..01b50090b 100755 --- a/modules/tutorials/examples/ldap-auth/80-verify-trino.sh +++ b/modules/tutorials/examples/ldap-auth/80-verify-trino.sh @@ -2,7 +2,7 @@ set -euo pipefail -trino_version="403" +trino_version="476" trino_download_url="https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-${trino_version}-executable.jar" trino_login() {