From 96a1c8c94259251a5334299214b9a85cf613b1d3 Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Sun, 3 Mar 2024 11:34:34 +0200 Subject: [PATCH] Update JFrog CLI default version to 2.53.1 (#481) --- jfrog-tasks-utils/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jfrog-tasks-utils/utils.js b/jfrog-tasks-utils/utils.js index 69d0f40a..7498b824 100644 --- a/jfrog-tasks-utils/utils.js +++ b/jfrog-tasks-utils/utils.js @@ -10,11 +10,11 @@ const fileName = getCliExecutableName(); const jfrogCliToolName = 'jf'; const cliPackage = 'jfrog-cli-' + getArchitecture(); const jfrogFolderPath = encodePath(join(tl.getVariable('Agent.ToolsDirectory') || '', '_jf')); -const defaultJfrogCliVersion = '2.52.9'; +const defaultJfrogCliVersion = '2.53.1'; const minCustomCliVersion = '2.10.0'; const minSupportedStdinSecretCliVersion = '2.36.0'; const minSupportedServerIdEnvCliVersion = '2.37.0'; -const pluginVersion = '2.9.2'; +const pluginVersion = '2.9.3'; const buildAgent = 'jfrog-azure-devops-extension'; const customFolderPath = encodePath(join(jfrogFolderPath, 'current')); const customCliPath = encodePath(join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path.