diff --git a/build.gradle b/build.gradle index f578067..dfa2edc 100644 --- a/build.gradle +++ b/build.gradle @@ -97,12 +97,12 @@ jar { def libList = configurations.pluginLibs.collect{'lib/'+it.name}.join(' ') attributes 'Rundeck-Plugin-Name' : pluginName attributes 'Rundeck-Plugin-Description' : pluginDescription - attributes 'Rundeck-Plugin-Rundeck-Compatibility-Version': '2.x+' + attributes 'Rundeck-Plugin-Rundeck-Compatibility-Version': '6.x+' attributes 'Rundeck-Plugin-Tags': 'java,executor' attributes 'Rundeck-Plugin-License': 'MIT' attributes 'Rundeck-Plugin-Source-Link': 'https://github.com/rundeck-plugins/sshj-plugin' attributes 'Rundeck-Plugin-Target-Host-Compatibility': 'all' - attributes 'Rundeck-Plugin-Author': 'Rundeck, Inc.' + attributes 'Rundeck-Plugin-Author': 'Rundeck' attributes 'Rundeck-Plugin-Classnames': pluginClassNames attributes 'Rundeck-Plugin-File-Version': project.version attributes 'Rundeck-Plugin-Version': rundeckPluginVersion, 'Rundeck-Plugin-Archive': 'true' diff --git a/docker/client/rundeck-cli/package-lock.json b/docker/client/rundeck-cli/package-lock.json index 5264a3b..2f8384d 100644 --- a/docker/client/rundeck-cli/package-lock.json +++ b/docker/client/rundeck-cli/package-lock.json @@ -129,9 +129,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", @@ -334,15 +334,16 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.11", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", - "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", "funding": [ { "type": "individual", "url": "https://github.com/sponsors/RubenVerborgh" } ], + "license": "MIT", "engines": { "node": ">=4.0" }, diff --git a/docker/client/rundeck-cli/package.json b/docker/client/rundeck-cli/package.json index 4f8dba1..8b349ad 100644 --- a/docker/client/rundeck-cli/package.json +++ b/docker/client/rundeck-cli/package.json @@ -27,7 +27,7 @@ "@types/yargs": "^15.0.4" }, "overrides": { - "axios": "1.15.0", + "axios": "1.15.2", "tough-cookie": "4.1.3", "xml-js": "0.5.1", "diff": "4.0.4" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8f68a7b..ba02d76 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,17 +2,17 @@ sshj = "0.40.0" asnOne = "0.6.0" eddsa = "0.3.0" -bouncycastle = "1.79" +bouncycastle = "1.84" expectit = "0.9.0" commonsIo = "2.17.0" rundeckCore = "6.0.0-alpha1-20260407" slf4j = "2.0.17" junit = "4.13.2" -groovy = "4.0.29" +groovy = "4.0.31" spock = "2.4-groovy-4.0" cglib = "3.3.0" -objenesis = "1.4" -axionRelease = "1.18.18" +objenesis = "3.5" +axionRelease = "1.21.1" nexusPublish = "2.0.0" # Security overrides for transitive dependencies commonsLang3 = "3.20.0"