Repository: cxf-fediz Updated Branches: refs/heads/master 571d322ea -> 1c7e6f7d1
Updating some dependencies Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/1c7e6f7d Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/1c7e6f7d Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/1c7e6f7d Branch: refs/heads/master Commit: 1c7e6f7d178b8793d53dd7a8b28cf769fa3225a7 Parents: 571d322 Author: Colm O hEigeartaigh <[email protected]> Authored: Wed May 18 14:30:33 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed May 18 14:30:33 2016 +0100 ---------------------------------------------------------------------- pom.xml | 8 ++++---- services/idp/pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/1c7e6f7d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index acaf2fa..43cda64 100644 --- a/pom.xml +++ b/pom.xml @@ -43,24 +43,24 @@ <commons.lang.version>3.4</commons.lang.version> <commons.logging.version>1.2</commons.logging.version> <commons.io.version>2.5</commons.io.version> - <commons.validator.version>1.5.0</commons.validator.version> + <commons.validator.version>1.5.1</commons.validator.version> <cxf.version>3.1.7-SNAPSHOT</cxf.version> <cxf.build-utils.version>3.2.0</cxf.build-utils.version> <easymock.version>3.4</easymock.version> <ecj.version>4.5.1</ecj.version> <ehcache.version>2.9.0</ehcache.version> <httpclient.version>4.3.5</httpclient.version> - <hsqldb.version>2.3.3</hsqldb.version> + <hsqldb.version>2.3.4</hsqldb.version> <htmlunit.version>2.21</htmlunit.version> <javassist.version>3.16.1-GA</javassist.version> <javax.el.version>2.2</javax.el.version> <javax.validation.version>1.1.0.Final</javax.validation.version> <jericho.version>3.3</jericho.version> <jetty8.version>8.1.19.v20160209</jetty8.version> - <jetty9.version>9.3.7.v20160115</jetty9.version> + <jetty9.version>9.3.8.v20160314</jetty9.version> <junit.version>4.12</junit.version> <log4j.version>1.2.17</log4j.version> - <ognl.version>3.1.4</ognl.version> + <ognl.version>3.1.5</ognl.version> <openjpa.version>2.4.1</openjpa.version> <servlet.version>2.5</servlet.version> <slf4j.version>1.7.21</slf4j.version> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/1c7e6f7d/services/idp/pom.xml ---------------------------------------------------------------------- diff --git a/services/idp/pom.xml b/services/idp/pom.xml index 9105332..36febf4 100644 --- a/services/idp/pom.xml +++ b/services/idp/pom.xml @@ -203,7 +203,7 @@ <dependency> <groupId>cglib</groupId> <artifactId>cglib-nodep</artifactId> - <version>3.2.0</version> + <version>3.2.2</version> </dependency> <!-- <dependency>
