We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae956c commit 66d5416Copy full SHA for 66d5416
gradle/plugins/publishing/build.gradle.kts
@@ -8,10 +8,16 @@ dependencies {
8
implementation("junitbuild.base:dsl-extensions")
9
implementation(libs.plugins.jreleaser.markerCoordinates)
10
constraints {
11
- implementation("com.hierynomus:sshj:0.40.0") {
+ implementation("com.hierynomus:sshj") {
12
+ version {
13
+ require("0.40.0")
14
+ }
15
because("Workaround for CVE-2020-36843")
16
}
- implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r") {
17
+ implementation("org.eclipse.jgit:org.eclipse.jgit") {
18
19
+ require("6.10.1.202505221210-r")
20
21
because("Workaround for CVE-2025-4949")
22
23
0 commit comments