Upgrading Spring Security
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/2cba1c0f Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/2cba1c0f Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/2cba1c0f Branch: refs/heads/master Commit: 2cba1c0fc0a9818585686d023db608c89e726dfb Parents: dcfbf6f Author: Francesco Chicchiriccò <[email protected]> Authored: Wed Aug 24 16:16:58 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Wed Aug 24 16:16:58 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/2cba1c0f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9d841fa..9d3d4a4 100644 --- a/pom.xml +++ b/pom.xml @@ -354,7 +354,7 @@ under the License. <jackson.version>2.8.1</jackson.version> <spring.version>4.3.2.RELEASE</spring.version> - <spring-security.version>4.1.2.RELEASE</spring-security.version> + <spring-security.version>4.1.3.RELEASE</spring-security.version> <openjpa.version>2.4.1</openjpa.version> <commons-dbcp.version>2.1.1</commons-dbcp.version>
