diff --git a/jfrog-tasks-utils/utils.js b/jfrog-tasks-utils/utils.js index 0ca4d106..69d0f40a 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.3'; +const defaultJfrogCliVersion = '2.52.9'; const minCustomCliVersion = '2.10.0'; const minSupportedStdinSecretCliVersion = '2.36.0'; const minSupportedServerIdEnvCliVersion = '2.37.0'; -const pluginVersion = '2.9.1'; +const pluginVersion = '2.9.2'; const buildAgent = 'jfrog-azure-devops-extension'; const customFolderPath = encodePath(join(jfrogFolderPath, 'current')); const customCliPath = encodePath(join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path.