Repository: commons-lang Updated Branches: refs/heads/master 6dc3a6db1 -> 910f5427b
Update to latest JUnit version Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/910f5427 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/910f5427 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/910f5427 Branch: refs/heads/master Commit: 910f5427b37999bda04a7768f507f7baae34a118 Parents: 6dc3a6d Author: Benedikt Ritter <brit...@apache.org> Authored: Tue Sep 11 21:06:39 2018 +0200 Committer: Benedikt Ritter <brit...@apache.org> Committed: Tue Sep 11 21:06:39 2018 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/910f5427/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ff00abc..1528ea7 100644 --- a/pom.xml +++ b/pom.xml @@ -624,7 +624,7 @@ <jmh.version>1.21</jmh.version> <uberjar.name>benchmarks</uberjar.name> - <junit.version>5.3.0</junit.version> + <junit.version>5.3.1</junit.version> <!-- generate report even if there are binary incompatible changes --> <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>