Skip to content

Commit

Permalink
Fixed #411 - Downgrade commons-lang3 to 3.8.1 to keep JDK7 promise
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jun 2, 2020
1 parent 51d017d commit 6d91fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.10</version>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 6d91fe0

Please sign in to comment.