Skip to content

Commit e063401

Browse files
committed
Update the Maven dependency plugin to version 3.1.2
This version fixes a bug related to analyzing the dependencies of Java 11 projects. Prior to the fix, running mvn dependency:analyze on a Java 11 project would cause an ERROR, since the plugin could not read the classes. See https://issues.apache.org/jira/browse/MDEP-613 for further reading.
1 parent 5ee5be3 commit e063401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
<maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
225225
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
226226
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
227-
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
227+
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
228228
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
229229
<maven-enforcer-plugin.version>1.4.1</maven-enforcer-plugin.version>
230230
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>

0 commit comments

Comments
 (0)