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/0a3ec677 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/0a3ec677 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/0a3ec677 Branch: refs/heads/master Commit: 0a3ec67734cf19f0f41fe1fc64d7dd626bf4a030 Parents: 8471e79 Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Aug 16 08:46:00 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Aug 16 08:46:00 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/0a3ec677/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5e34fb7..9cf923d 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.1.RELEASE</spring-security.version> + <spring-security.version>4.1.2.RELEASE</spring-security.version> <openjpa.version>2.4.1</openjpa.version> <commons-dbcp.version>2.1.1</commons-dbcp.version>
