You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2018/08/14 16:53:52 UTC

logging-log4j2 git commit: Update tests from Groovy 2.5.1 to 2.5.2.

Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x 4c7fa7777 -> 0966b4614


Update tests from Groovy 2.5.1 to 2.5.2.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0966b461
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0966b461
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0966b461

Branch: refs/heads/release-2.x
Commit: 0966b461445ef61729bd4860ce85f190cb9797b7
Parents: 4c7fa77
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Aug 14 10:53:47 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Aug 14 10:53:47 2018 -0600

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0966b461/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f939c8..057ad10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -844,12 +844,12 @@
       <dependency>
         <groupId>org.codehaus.groovy</groupId>
         <artifactId>groovy-jsr223</artifactId>
-        <version>2.5.1</version>
+        <version>2.5.2</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.groovy</groupId>
         <artifactId>groovy-dateutil</artifactId>
-        <version>2.5.1</version>
+        <version>2.5.2</version>
       </dependency>
       <dependency>
         <!-- Testing MongoDB -->