Repository: commons-text Updated Branches: refs/heads/master d3c3d3918 -> 1fd948eff
pom.xml: upgrade commons-lang, 3.4->3.5 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1fd948ef Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/1fd948ef Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/1fd948ef Branch: refs/heads/master Commit: 1fd948eff98c2fb661ab75a80132c253ee2746b0 Parents: d3c3d39 Author: Rob Tompkins <[email protected]> Authored: Mon Nov 7 21:55:17 2016 -0500 Committer: Rob Tompkins <[email protected]> Committed: Mon Nov 7 21:55:17 2016 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/1fd948ef/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bac1edb..ad3204e 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <!-- if upgrading, be sure to check shaded jar relocations! --> - <version>3.4</version> + <version>3.5</version> </dependency> <!-- testing --> <dependency>
