Repository: syncope Updated Branches: refs/heads/master fcd85f6c4 -> 2e7713b61
Upgrading Jackson, Quartz and Log4J Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/2e7713b6 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/2e7713b6 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/2e7713b6 Branch: refs/heads/master Commit: 2e7713b617525b3d44fd3ab99cf22d65de4a7607 Parents: fcd85f6 Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Oct 13 15:45:53 2015 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Oct 13 15:45:53 2015 +0200 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/2e7713b6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 14df733..e565133 100644 --- a/pom.xml +++ b/pom.xml @@ -330,7 +330,7 @@ under the License. <camel.version>2.16.0</camel.version> - <jackson.version>2.6.2</jackson.version> + <jackson.version>2.6.3</jackson.version> <spring.version>4.2.1.RELEASE</spring.version> <spring-security.version>4.0.2.RELEASE</spring-security.version> @@ -341,7 +341,7 @@ under the License. <jasypt.version>1.9.2</jasypt.version> - <quartz.version>2.2.1</quartz.version> + <quartz.version>2.2.2</quartz.version> <cocoon.version>3.0.0-alpha-3</cocoon.version> @@ -350,7 +350,7 @@ under the License. <activiti.version>5.18.0</activiti.version> <slf4j.version>1.7.12</slf4j.version> - <log4j.version>2.4</log4j.version> + <log4j.version>2.4.1</log4j.version> <disruptor.version>3.3.2</disruptor.version> <commons-io.version>2.4</commons-io.version>
