From 4c65ad91ce9efd865ea5d0f02f19d1c754a4b803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 22:04:21 +0000 Subject: [PATCH] Bump spring.version in /tomcat/examples/springmvc5 Bumps `spring.version` from 5.1.7.RELEASE to 5.2.3.RELEASE. Updates `spring-core` from 5.1.7.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.7.RELEASE...v5.2.3.RELEASE) Updates `spring-beans` from 5.1.7.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.7.RELEASE...v5.2.3.RELEASE) Updates `spring-context` from 5.1.7.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.7.RELEASE...v5.2.3.RELEASE) Updates `spring-context-support` from 5.1.7.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.7.RELEASE...v5.2.3.RELEASE) Updates `spring-jdbc` from 5.1.7.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.7.RELEASE...v5.2.3.RELEASE) Updates `spring-tx` from 5.1.7.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.7.RELEASE...v5.2.3.RELEASE) Updates `spring-web` from 5.1.7.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.7.RELEASE...v5.2.3.RELEASE) Updates `spring-webmvc` from 5.1.7.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.7.RELEASE...v5.2.3.RELEASE) Updates `spring-orm` from 5.1.7.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.7.RELEASE...v5.2.3.RELEASE) Updates `spring-test` from 5.1.7.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.7.RELEASE...v5.2.3.RELEASE) Signed-off-by: dependabot[bot] --- tomcat/examples/springmvc5/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomcat/examples/springmvc5/pom.xml b/tomcat/examples/springmvc5/pom.xml index b952ac8..3275784 100644 --- a/tomcat/examples/springmvc5/pom.xml +++ b/tomcat/examples/springmvc5/pom.xml @@ -16,7 +16,7 @@ jacoco reuseReports ${project.basedir}/target/jacoco.exec - 5.1.7.RELEASE + 5.2.3.RELEASE