diff --git a/artifactory-tasks-utils/utils.js b/artifactory-tasks-utils/utils.js index 1462ec47..d82b110d 100644 --- a/artifactory-tasks-utils/utils.js +++ b/artifactory-tasks-utils/utils.js @@ -10,9 +10,9 @@ const toolName = 'jfrog'; const btPackage = 'jfrog-cli-' + getArchitecture(); const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirectory') || '', '_jfrog')); const jfrogLegacyFolderPath = encodePath(path.join(tl.getVariable('Agent.WorkFolder') || '', '_jfrog')); -const defaultJfrogCliVersion = '1.42.3'; +const defaultJfrogCliVersion = '1.46.1'; const minCustomCliVersion = '1.37.1'; -const pluginVersion = '1.11.4'; +const pluginVersion = '1.11.5'; const buildAgent = 'artifactory-azure-devops-extension'; const customFolderPath = encodePath(path.join(jfrogFolderPath, 'current')); const customCliPath = encodePath(path.join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path.