Skip to content
Open
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
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
sshj = "0.40.0"
asnOne = "0.6.0"
bouncycastle = "1.85"
bouncycastle = "1.85.2"
expectit = "0.9.0"
commonsIo = "2.22.0"
rundeckCore = "6.1.0-SNAPSHOT"
rundeckCore = "6.1.0-20260803"
Comment thread
fdevans marked this conversation as resolved.
slf4j = "2.0.18"
junit = "4.13.2"
groovy = "4.0.32"
groovy = "4.0.33"
spock = "2.4-groovy-4.0"
cglib = "3.3.0"
objenesis = "3.5"
axionRelease = "1.21.2"
objenesis = "3.6"
axionRelease = "1.21.3"
# Security overrides for transitive dependencies
commonsLang3 = "3.20.0"

Expand Down
Loading