From 21a588f831adf28190cbd2aed158ce686ef0318b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 09:37:21 +0000 Subject: [PATCH] Bump spring-boot-starter-web from 2.1.8.RELEASE to 2.2.6.RELEASE Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.1.8.RELEASE to 2.2.6.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.6.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..c776f75a 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.6.RELEASE' testImplementation rootProject.sourceSets.main.output testImplementation 'org.springframework.boot:spring-boot-starter-test:2.2.1.RELEASE'