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/07/19 19:24:36 UTC

logging-log4j2 git commit: [LOG4J2-2385] Update Groovy from 2.4.13 to 2.5.1.

Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x dfc6ef271 -> cd817989d


[LOG4J2-2385] Update Groovy from 2.4.13 to 2.5.1.

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

Branch: refs/heads/release-2.x
Commit: cd817989d8c35a80d4d90331734729bb829699db
Parents: dfc6ef2
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Jul 19 13:24:23 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Jul 19 13:24:23 2018 -0600

----------------------------------------------------------------------
 log4j-core/pom.xml      | 2 +-
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 3 +++
 3 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/cd817989/log4j-core/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index 3ab7afb..df946a8 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -307,7 +307,7 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-all</artifactId>
+      <artifactId>groovy-jsr223</artifactId>
       <scope>test</scope>
     </dependency>
     <!-- Used for testing HttpAppender -->

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/cd817989/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1a92e65..ec40cc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -834,8 +834,8 @@
       </dependency>
       <dependency>
         <groupId>org.codehaus.groovy</groupId>
-        <artifactId>groovy-all</artifactId>
-        <version>2.4.13</version>
+        <artifactId>groovy-jsr223</artifactId>
+        <version>2.5.1</version>
       </dependency>
       <dependency>
         <!-- Testing MongoDB -->

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/cd817989/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8fe80a3..675a69c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -161,6 +161,9 @@
       <action issue="LOG4J2-2384" dev="ggregory" type="update">
         Update Kafka client from 1.1.0 to 1.1.1.
       </action>
+      <action issue="LOG4J2-2385" dev="ggregory" type="update">
+        Update Groovy from 2.4.13 to 2.5.1.
+      </action>
     </release>
     <release version="2.11.0" date="2018-03-11" description="GA Release 2.11.0">
       <action issue="LOG4J2-2104" dev="rgoers" type="fix">