From 2231abebc7ef4208f43955a44eed16f3dc439d40 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 20 Jun 2019 03:20:47 +0000 Subject: [PATCH] Bump spring-boot-starter-web from 2.1.1.RELEASE to 2.1.6.RELEASE Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.1.1.RELEASE to 2.1.6.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.1.1.RELEASE...v2.1.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 0dcc715..c8863bc 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildScan { } dependencies { - compile('org.springframework.boot:spring-boot-starter-web:2.1.1.RELEASE') + compile('org.springframework.boot:spring-boot-starter-web:2.1.6.RELEASE') compile('com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)') { exclude group: 'org.slf4j' }