Skip to content

Commit

Permalink
Upgrade commons-lang3 to 3.7
Browse files Browse the repository at this point in the history
This is part of the push to upgrade all dependencies to JDK 9
compatible versions. This particular upgrade is necessary to make
use of the Automatic-Module-Name entries added to Commons Lang in
version 3.6.

Affects jgrapht#448
  • Loading branch information
io7m committed Dec 14, 2017
1 parent 9604a2c commit d266e26
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 @@ -110,7 +110,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.5</version>
<version>3.7</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit d266e26

Please sign in to comment.