This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_0_X by this push:
new 6edca4e Upgrading Groovy and Log4J
6edca4e is described below
commit 6edca4ec597c7700afdd44a5d4842a9d5e1a7875
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Aug 9 09:33:03 2019 +0200
Upgrading Groovy and Log4J
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f2c520d..957e7f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
<cocoon.version>3.0.0-alpha-3</cocoon.version>
- <groovy.version>2.5.7</groovy.version>
+ <groovy.version>2.5.8</groovy.version>
<activiti.version>5.22.0</activiti.version>
<flowable.version>5.23.0</flowable.version>
@@ -421,7 +421,7 @@ under the License.
<apacheds.version>2.0.0.AM25</apacheds.version>
<apachedirapi.version>2.0.0.AM2</apachedirapi.version>
- <log4j.version>2.12.0</log4j.version>
+ <log4j.version>2.12.1</log4j.version>
<disruptor.version>3.4.2</disruptor.version>
<commons-io.version>2.6</commons-io.version>