Skip to content
Merged
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
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ configurations.all {
substitute module('commons-lang:commons-lang') using module("org.apache.commons:commons-lang3:${libs.versions.commonsLang3.get()}")
}

// Note: JGit vulnerabilities left as-is to avoid code breaking changes
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ groovy = "4.0.32"
junit = "4.13.2"
rundeckCore = "6.1.0-SNAPSHOT"
slf4j = "2.0.18"
jgit = "6.10.1.202505221210-r"
jgitSshApache = "6.10.1.202505221210-r"
jgit = "7.2.0.202503040940-r"
jgitSshApache = "7.2.0.202503040940-r"
Comment on lines +9 to +10

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the outdated comment from build.gradle in 7d2fcf1.

spock = "2.3-groovy-4.0"
bytebuddy = "1.18.11"
objenesis = "3.5"
Expand Down