Skip to content

Commit 283cb82

Browse files
committed
Bump commons-lang 2.6 to commons-lang3 3.20.0
1 parent 94488b0 commit 283cb82

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
<version>2.18.0</version>
9292
</dependency>
9393
<dependency>
94-
<groupId>commons-lang</groupId>
95-
<artifactId>commons-lang</artifactId>
96-
<version>2.6</version>
94+
<groupId>org.apache.commons</groupId>
95+
<artifactId>commons-lang3</artifactId>
96+
<version>3.20.0</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.apache.velocity</groupId>

0 commit comments

Comments
 (0)