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/e1972f84 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/e1972f84 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/e1972f84 Branch: refs/heads/master Commit: e1972f84a4cfef01e0789efcf3796a60610c3d4e Parents: ff64430 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:15 2018 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/e1972f84/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7a71956..3cfe922 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>
