From 396ae4b9ae9c478c85a520cbb058f3355f386571 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 08:25:07 +0000 Subject: [PATCH] Bump spring-boot-starter-web from 2.1.8.RELEASE to 2.2.4.RELEASE Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.1.8.RELEASE to 2.2.4.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.4.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..4e23037a 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.4.RELEASE' testImplementation rootProject.sourceSets.main.output testImplementation 'org.springframework.boot:spring-boot-starter-test:2.2.1.RELEASE'