From d828bf71bf49a9313664e0269e9a1dab3289b9cf Mon Sep 17 00:00:00 2001 From: kohsuke Date: Wed, 15 Jul 2009 01:58:46 +0000 Subject: [PATCH] Fixed a possible StringIndexOutOfBoundsException with Windows process execution. (issue 4034) git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@19716 71c3de6d-444a-0410-be80-ed276b4c234a --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 71b865348b..e7e7df8854 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -596,7 +596,7 @@ THE SOFTWARE. org.jvnet.winp winp - 1.12 + 1.13 org.jvnet.hudson -- GitLab