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 1c00a96 commit 546951eCopy full SHA for 546951e
1 file changed
gradle/plugins/publishing/build.gradle.kts
@@ -6,9 +6,7 @@ plugins {
6
7
dependencies {
8
implementation("junitbuild.base:dsl-extensions")
9
- implementation(libs.plugins.jreleaser.markerCoordinates) {
10
- exclude("org.codehaus.plexus", "plexus-utils") // workaround for CVE-2025-67030
11
- }
+ implementation(libs.plugins.jreleaser.markerCoordinates)
12
constraints {
13
implementation("org.eclipse.jgit:org.eclipse.jgit") {
14
version {
@@ -28,5 +26,11 @@ dependencies {
28
26
}
29
27
because("Workaround for GHSA-72hv-8253-57qq")
30
+ implementation("org.codehaus.plexus:plexus-utils") {
+ version {
31
+ require("4.0.3")
32
+ }
33
+ because("Workaround for CVE-2025-67030")
34
35
36
0 commit comments