Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
13 changes: 7 additions & 6 deletions docker/client/rundeck-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker/client/rundeck-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading