From 7cd974820ae95cf07bb29f6083abefa57622a259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 08:12:51 +0000 Subject: [PATCH] Bump spring-boot-starter-web from 2.1.1.RELEASE to 2.1.5.RELEASE Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.1.1.RELEASE to 2.1.5.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.5.RELEASE) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0dcc715..9094615 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.5.RELEASE') compile('com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)') { exclude group: 'org.slf4j' }