From d6f59c373f91c01d54482bb30a63a8d588b9eaa2 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Sat, 14 Mar 2015 12:07:56 +0000 Subject: [PATCH] =?UTF-8?q?LANG-1097:=20Update=20org.easymock:easymock=20t?= =?UTF-8?q?o=203.3.1.=20This=20fixes=20#54=20from=20github.=20Thanks=20to?= =?UTF-8?q?=20Micha=C5=82=20Kordas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1666662 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c75f3ce8a..6ac750867 100644 --- a/pom.xml +++ b/pom.xml @@ -496,7 +496,7 @@ org.easymock easymock - 3.2 + 3.3.1 test diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 29cdcf2d8..093732529 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ + Update org.easymock:easymock to 3.3.1 Update maven-pmd-plugin to 3.4 Update maven-antrun-plugin to 1.8 Wrong formating of time zones with daylight saving time in FastDatePrinter