From bb4844c1ae93edbdb0e700330e8342aa115f23d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2019 08:19:35 +0000 Subject: [PATCH] Bump spring.version in /spring-transaction-demo Bumps `spring.version` from 4.0.0.RELEASE to 5.2.2.RELEASE. Updates `spring-core` from 4.0.0.RELEASE to 5.2.2.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.0.0.RELEASE...v5.2.2.RELEASE) Updates `spring-context` from 4.0.0.RELEASE to 5.2.2.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.0.0.RELEASE...v5.2.2.RELEASE) Updates `spring-web` from 4.0.0.RELEASE to 5.2.2.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.0.0.RELEASE...v5.2.2.RELEASE) Updates `spring-webmvc` from 4.0.0.RELEASE to 5.2.2.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.0.0.RELEASE...v5.2.2.RELEASE) Updates `spring-tx` from 4.0.0.RELEASE to 5.2.2.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.0.0.RELEASE...v5.2.2.RELEASE) Updates `spring-jdbc` from 4.0.0.RELEASE to 5.2.2.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.0.0.RELEASE...v5.2.2.RELEASE) Updates `spring-aspects` from 4.0.0.RELEASE to 5.2.2.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.0.0.RELEASE...v5.2.2.RELEASE) Updates `spring-orm` from 4.0.0.RELEASE to 5.2.2.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.0.0.RELEASE...v5.2.2.RELEASE) Signed-off-by: dependabot[bot] --- spring-transaction-demo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-transaction-demo/pom.xml b/spring-transaction-demo/pom.xml index a7e0798..645af55 100644 --- a/spring-transaction-demo/pom.xml +++ b/spring-transaction-demo/pom.xml @@ -6,7 +6,7 @@ spring-transaction-demo 0.0.1-SNAPSHOT - 4.0.0.RELEASE + 5.2.2.RELEASE