From 722ea019bc26f6558029316eba10d8dcf5f4d289 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 15:36:22 +0000 Subject: [PATCH] Bump spring from 4.2.13.RELEASE to 5.2.7.RELEASE Bumps `spring` from 4.2.13.RELEASE to 5.2.7.RELEASE. Updates `spring-test` from 4.2.13.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/commits/v5.2.7.RELEASE) Updates `spring-core` from 4.2.13.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/commits/v5.2.7.RELEASE) Updates `spring-web` from 4.2.13.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/commits/v5.2.7.RELEASE) Updates `spring-webmvc` from 4.2.13.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/commits/v5.2.7.RELEASE) Updates `spring-context` from 4.2.13.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/commits/v5.2.7.RELEASE) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 68617c2..561daab 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ allprojects { slf4j = "1.7.22" snakeyaml = '1.19' spock = "1.1-groovy-2.4" - spring = "4.2.13.RELEASE" + spring = "5.2.7.RELEASE" springHateoas = "0.21.0.RELEASE" springPluginVersion = "1.2.0.RELEASE" swagger2Core = "1.5.20"