We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb1b85 commit 5f78600Copy full SHA for 5f78600
1 file changed
maven-modules/versions-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
24
<dependency>
25
<groupId>org.apache.commons</groupId>
26
<artifactId>commons-lang3</artifactId>
27
- <version>${commons-lang3.version}</version>
+ <version>${commons.lang3.version}</version>
28
</dependency>
29
30
@@ -75,6 +75,7 @@
75
<versions.plugin.version>2.7</versions.plugin.version>
76
<commons.beanutils.version>1.9.1</commons.beanutils.version>
77
<commons.collections4.version>4.0</commons.collections4.version>
78
+ <commons.lang3.version>3.11</commons.lang3.version>
79
</properties>
80
81
</project>
0 commit comments