Skip to content

Commit eddfc38

Browse files
committed
Bump org.codehaus.plexus:plexus-resources from 1.0.1 to 1.2.0
1 parent 228dede commit eddfc38

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ VER_MOCKITO=3.3.3
3232
VER_MAVEN_API=3.0
3333
VER_ECLIPSE_AETHER=0.9.0.M2
3434
VER_MUSTACHE=0.9.6
35-
VER_PLEXUS_RESOURCES=1.0.1
35+
VER_PLEXUS_RESOURCES=1.2.0

plugin-maven/build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,14 @@ dependencies {
6969
implementation "com.diffplug.spotless:spotless-lib-extra:${libVersion}"
7070
}
7171

72-
implementation "org.codehaus.plexus:plexus-resources:${VER_PLEXUS_RESOURCES}"
73-
constraints {
74-
implementation("org.codehaus.plexus:plexus-utils:3.4.1") {
75-
because("version pulled by plexus-resources has a functional-bug affecting " +
76-
"directory scanning times")
77-
}
78-
}
79-
8072
compileOnly "org.apache.maven:maven-plugin-api:${VER_MAVEN_API}"
8173
compileOnly "org.apache.maven.plugin-tools:maven-plugin-annotations:${VER_MAVEN_API}"
8274
compileOnly "org.apache.maven:maven-core:${VER_MAVEN_API}"
8375
compileOnly "org.eclipse.aether:aether-api:${VER_ECLIPSE_AETHER}"
84-
compileOnly "org.eclipse.aether:aether-util:${VER_ECLIPSE_AETHER}"
8576

8677
implementation "com.diffplug.durian:durian-core:${VER_DURIAN}"
8778
implementation "com.diffplug.durian:durian-collect:${VER_DURIAN}"
79+
implementation("org.codehaus.plexus:plexus-resources:${VER_PLEXUS_RESOURCES}")
8880
implementation "org.eclipse.jgit:org.eclipse.jgit:${VER_JGIT}"
8981

9082
testImplementation project(":testlib")

0 commit comments

Comments
 (0)