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 f4ff00d commit 645e13bCopy full SHA for 645e13b
gradle/plugins/publishing/build.gradle.kts
@@ -9,10 +9,16 @@ dependencies {
9
implementation("junitbuild.base:dsl-extensions")
10
implementation(libs.plugins.jreleaser.markerCoordinates)
11
constraints {
12
- implementation("com.hierynomus:sshj:0.40.0") {
+ implementation("com.hierynomus:sshj") {
13
+ version {
14
+ require("0.40.0")
15
+ }
16
because("Workaround for CVE-2020-36843")
17
}
- implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r") {
18
+ implementation("org.eclipse.jgit:org.eclipse.jgit") {
19
20
+ require("6.10.1.202505221210-r")
21
22
because("Workaround for CVE-2025-4949")
23
24
0 commit comments