We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e07164 commit c62ba36Copy full SHA for c62ba36
1 file changed
org.pathvisio.lib/pom.xml
@@ -216,9 +216,9 @@
216
<version>4.5.0</version>
217
</dependency>
218
<dependency>
219
- <groupId>commons-lang</groupId>
220
- <artifactId>commons-lang</artifactId>
221
- <version>2.6</version>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.20.0</version>
222
223
<!-- JUnit -->
224
0 commit comments