Repository: commons-text Updated Branches: refs/heads/master 49db4cb38 -> c22ff71b6
Update to JUnit 5.1.1 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c22ff71b Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/c22ff71b Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/c22ff71b Branch: refs/heads/master Commit: c22ff71b6ee73576bfb443666e6aa631f6a19012 Parents: 49db4cb Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Mon Apr 9 22:10:36 2018 +0200 Committer: Pascal Schumacher <pascalschumac...@gmx.net> Committed: Mon Apr 9 22:10:36 2018 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/c22ff71b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 241330e..a91b522 100644 --- a/pom.xml +++ b/pom.xml @@ -48,8 +48,8 @@ <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/text/</commons.distSvnStagingUrl> <commons.release.isDistModule>true</commons.release.isDistModule> - <junit.version>5.1.0</junit.version> - <junit.platform.version>1.1.0</junit.platform.version> + <junit.version>5.1.1</junit.version> + <junit.platform.version>1.1.1</junit.platform.version> <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version> <checkstyle.version>8.9</checkstyle.version>