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/f89b408d Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/f89b408d Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/f89b408d Branch: refs/heads/2_0_X Commit: f89b408d92bd0e270b2d7cb2b616b66a11c6be5f Parents: d5f8c47 Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Sep 10 10:10:43 2018 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Sep 10 10:10:43 2018 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/f89b408d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d9fa726..1aad2d7 100644 --- a/pom.xml +++ b/pom.xml @@ -393,7 +393,7 @@ under the License. <jackson.version>2.9.6</jackson.version> - <spring.version>4.3.18.RELEASE</spring.version> + <spring.version>4.3.19.RELEASE</spring.version> <spring-security.version>4.2.7.RELEASE</spring-security.version> <openjpa.version>2.4.3</openjpa.version> @@ -1962,7 +1962,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>tomcat8x</containerId>
