Repository: maven-surefire Updated Branches: refs/heads/SUREFIRE-1473 [created] 8bcf1f14a
[SUREFIRE-1473] upgrade commons-lang3 to avoid NPE on jdk10 Signed-off-by: olivier lamy <ol...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/8bcf1f14 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/8bcf1f14 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/8bcf1f14 Branch: refs/heads/SUREFIRE-1473 Commit: 8bcf1f14a8697ef3359d7598fbd8062a687f2d5a Parents: 27a5e6a Author: olivier lamy <ol...@apache.org> Authored: Thu Feb 8 11:25:15 2018 +1000 Committer: olivier lamy <ol...@apache.org> Committed: Thu Feb 8 11:25:15 2018 +1000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/8bcf1f14/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3592b31..2bcb0d7 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ <mavenVersion>2.2.1</mavenVersion> <!-- <shadedVersion>2.12.4</shadedVersion> commented out due to https://issues.apache.org/jira/browse/MRELEASE-799 --> <mavenPluginPluginVersion>3.5</mavenPluginPluginVersion> - <commonsLang3Version>3.5</commonsLang3Version> + <commonsLang3Version>3.7</commonsLang3Version> <commonsIoVersion>2.5</commonsIoVersion> <mavenSharedUtilsVersion>0.9</mavenSharedUtilsVersion> <powermockVersion>2.0.0-beta.5</powermockVersion>