Skip to content

Commit cc9b919

Browse files
committed
Remove obsolete sshj constraint
1 parent 01abb53 commit cc9b919

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ errorProne = { id = "net.ltgt.errorprone", version = "4.3.0" }
101101
foojayResolver = { id = "org.gradle.toolchains.foojay-resolver", version = "1.0.0" }
102102
gitPublish = { id = "org.ajoberstar.git-publish", version = "5.1.1" }
103103
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
104-
# Remove `sshj` constraint in gradle/plugins/publishing/build.gradle.kts when updating
105-
# see https://github.com/jreleaser/jreleaser/issues/1900
106104
jreleaser = { id = "org.jreleaser", version = "1.19.0" }
107105
# check if workaround in gradle.properties can be removed when updating
108106
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.0" }

gradle/plugins/publishing/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ dependencies {
99
implementation("junitbuild.base:dsl-extensions")
1010
implementation(libs.plugins.jreleaser.markerCoordinates)
1111
constraints {
12-
implementation("com.hierynomus:sshj") {
13-
version {
14-
require("0.40.0")
15-
}
16-
because("Workaround for CVE-2020-36843")
17-
}
1812
implementation("org.eclipse.jgit:org.eclipse.jgit") {
1913
version {
2014
require("6.10.1.202505221210-r")

0 commit comments

Comments
 (0)