From e5871fa6e6ee9ff5a9f0615bf8b4e6ac87ce9aaf Mon Sep 17 00:00:00 2001 From: Tatiana Borisova Date: Mon, 12 Jan 2026 15:41:01 +0100 Subject: [PATCH] Update the openapi-generator-cli version to the latest 7.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - the newest 7.18.0 has some generation updates, that affect named inline objects generation. It may be useful from testing perspective to have the latest version on CI. Pick-to: 6.11 Change-Id: Iaaaae823b7ccc1496f83e5af845bfcfa7999767f Reviewed-by: Simo Fält --- coin/provisioning/common/unix/install_openapi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/provisioning/common/unix/install_openapi.sh b/coin/provisioning/common/unix/install_openapi.sh index 83ea0be3..170f3b0e 100755 --- a/coin/provisioning/common/unix/install_openapi.sh +++ b/coin/provisioning/common/unix/install_openapi.sh @@ -8,10 +8,10 @@ source "${BASH_SOURCE%/*}/DownloadURL.sh" source "${BASH_SOURCE%/*}/SetEnvVar.sh" -version="7.15.0" +version="7.18.0" PrimaryUrl="http://ci-files01-hki.ci.qt.io/input/qtopenapi/openapi_client_generators/openapi-generator-cli-$version.jar" AltUrl="https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/$version/openapi-generator-cli-$version.jar" -SHA1="bb58e257f724fb46b7f2b309a9fa98e63fd7199f" +SHA1="8bd615a50b15ebf5be30e612af112526a6e81ac4" targetFolder="/opt/qt-openapi/" targetFile="openapi-generator-cli.jar"