From 61d9209e47e5bd82c10a4e8135222da0b50c0ee8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 09:11:59 +0000 Subject: [PATCH] Bump spring-boot-starter-web from 2.1.8.RELEASE to 2.2.5.RELEASE Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.1.8.RELEASE to 2.2.5.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.1.8.RELEASE...v2.2.5.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 7fb50a44..1a075f81 100644 --- a/build.gradle +++ b/build.gradle @@ -91,7 +91,7 @@ subprojects { } dependencies { - implementation 'org.springframework.boot:spring-boot-starter-web:2.1.8.RELEASE' + implementation 'org.springframework.boot:spring-boot-starter-web:2.2.5.RELEASE' testImplementation rootProject.sourceSets.main.output testImplementation 'org.springframework.boot:spring-boot-starter-test:2.2.1.RELEASE'