Skip to content

Commit

Permalink
Bump org.codehaus.plexus:plexus-resources from 1.0.1 to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fvgh committed Dec 26, 2021
1 parent 7ae77fb commit b2b956b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ VER_MOCKITO=3.3.3
VER_MAVEN_API=3.0
VER_ECLIPSE_AETHER=0.9.0.M2
VER_MUSTACHE=0.9.6
VER_PLEXUS_RESOURCES=1.0.1
VER_PLEXUS_RESOURCES=1.2.0
10 changes: 1 addition & 9 deletions plugin-maven/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,14 @@ dependencies {
implementation "com.diffplug.spotless:spotless-lib-extra:${libVersion}"
}

implementation "org.codehaus.plexus:plexus-resources:${VER_PLEXUS_RESOURCES}"
constraints {
implementation("org.codehaus.plexus:plexus-utils:3.4.1") {
because("version pulled by plexus-resources has a functional-bug affecting " +
"directory scanning times")
}
}

compileOnly "org.apache.maven:maven-plugin-api:${VER_MAVEN_API}"
compileOnly "org.apache.maven.plugin-tools:maven-plugin-annotations:${VER_MAVEN_API}"
compileOnly "org.apache.maven:maven-core:${VER_MAVEN_API}"
compileOnly "org.eclipse.aether:aether-api:${VER_ECLIPSE_AETHER}"
compileOnly "org.eclipse.aether:aether-util:${VER_ECLIPSE_AETHER}"

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

testImplementation project(":testlib")
Expand Down

0 comments on commit b2b956b

Please sign in to comment.