This is an automated email from the ASF dual-hosted git repository. ralaoui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-vysper.git
The following commit(s) were added to refs/heads/master by this push: new b9af5a9 Upgrade to Spring 4 (#3) b9af5a9 is described below commit b9af5a9651bf2becddecbae9065191089b0b77df Author: Réda Housni Alaoui <rala...@apache.org> AuthorDate: Sat Aug 17 09:14:09 2019 +0200 Upgrade to Spring 4 (#3) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f87ee2d..090b918 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>3.0.5.RELEASE</version> + <version>4.3.24.RELEASE</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -96,7 +96,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> - <version>3.0.5.RELEASE</version> + <version>4.3.24.RELEASE</version> <exclusions> <exclusion> <groupId>commons-logging</groupId>