Repository: syncope Updated Branches: refs/heads/2_0_X d5f8c4756 -> f89b408d9 refs/heads/2_1_X 3f7046b82 -> 524c9687d refs/heads/master ff64430b8 -> e1972f84a
Upgrading Spring and cargo-maven2-plugin Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/524c9687 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/524c9687 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/524c9687 Branch: refs/heads/2_1_X Commit: 524c9687dbfd0098227491b958920c2016507677 Parents: 3f7046b Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Sep 10 10:08:07 2018 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Sep 10 10:08:07 2018 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/524c9687/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 03a6219..6396837 100644 --- a/pom.xml +++ b/pom.xml @@ -393,7 +393,7 @@ under the License. <jackson.version>2.9.6</jackson.version> - <spring.version>5.0.8.RELEASE</spring.version> + <spring.version>5.0.9.RELEASE</spring.version> <spring-security.version>5.0.7.RELEASE</spring-security.version> <openjpa.version>3.0.0</openjpa.version> @@ -1880,7 +1880,7 @@ under the License. <plugin> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven2-plugin</artifactId> - <version>1.6.9</version> + <version>1.6.10</version> <configuration> <container> <containerId>tomcat9x</containerId>
