Skip to content

Commit 89950ce

Browse files
authored
Merge pull request #96 from rundeck-plugins/RUN-4336
[RUN-4336] Update for CVEs including Bouncy Castle 1.84
2 parents c751764 + 8cdcf58 commit 89950ce

4 files changed

Lines changed: 14 additions & 13 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ jar {
9797
def libList = configurations.pluginLibs.collect{'lib/'+it.name}.join(' ')
9898
attributes 'Rundeck-Plugin-Name' : pluginName
9999
attributes 'Rundeck-Plugin-Description' : pluginDescription
100-
attributes 'Rundeck-Plugin-Rundeck-Compatibility-Version': '2.x+'
100+
attributes 'Rundeck-Plugin-Rundeck-Compatibility-Version': '6.x+'
101101
attributes 'Rundeck-Plugin-Tags': 'java,executor'
102102
attributes 'Rundeck-Plugin-License': 'MIT'
103103
attributes 'Rundeck-Plugin-Source-Link': 'https://github.com/rundeck-plugins/sshj-plugin'
104104
attributes 'Rundeck-Plugin-Target-Host-Compatibility': 'all'
105-
attributes 'Rundeck-Plugin-Author': 'Rundeck, Inc.'
105+
attributes 'Rundeck-Plugin-Author': 'Rundeck'
106106
attributes 'Rundeck-Plugin-Classnames': pluginClassNames
107107
attributes 'Rundeck-Plugin-File-Version': project.version
108108
attributes 'Rundeck-Plugin-Version': rundeckPluginVersion, 'Rundeck-Plugin-Archive': 'true'

docker/client/rundeck-cli/package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/client/rundeck-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/yargs": "^15.0.4"
2828
},
2929
"overrides": {
30-
"axios": "1.15.0",
30+
"axios": "1.15.2",
3131
"tough-cookie": "4.1.3",
3232
"xml-js": "0.5.1",
3333
"diff": "4.0.4"

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
sshj = "0.40.0"
33
asnOne = "0.6.0"
44
eddsa = "0.3.0"
5-
bouncycastle = "1.79"
5+
bouncycastle = "1.84"
66
expectit = "0.9.0"
77
commonsIo = "2.17.0"
88
rundeckCore = "6.0.0-alpha1-20260407"
99
slf4j = "2.0.17"
1010
junit = "4.13.2"
11-
groovy = "4.0.29"
11+
groovy = "4.0.31"
1212
spock = "2.4-groovy-4.0"
1313
cglib = "3.3.0"
14-
objenesis = "1.4"
15-
axionRelease = "1.18.18"
14+
objenesis = "3.5"
15+
axionRelease = "1.21.1"
1616
nexusPublish = "2.0.0"
1717
# Security overrides for transitive dependencies
1818
commonsLang3 = "3.20.0"

0 commit comments

Comments
 (0)