From 702fc94888b929c956f9d70e40779acc8cc658f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Jan 2021 03:13:59 +0000 Subject: [PATCH] Bump spring-boot-starter-web in /plugins/gradle/example-server Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.1...v2.4.2) Signed-off-by: dependabot[bot] --- plugins/gradle/example-server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gradle/example-server/build.gradle b/plugins/gradle/example-server/build.gradle index 082e0d3ab..242c40e95 100644 --- a/plugins/gradle/example-server/build.gradle +++ b/plugins/gradle/example-server/build.gradle @@ -12,7 +12,7 @@ plugins { mainClassName = "io.github.kobylynskyi.product.Application" dependencies { - implementation "org.springframework.boot:spring-boot-starter-web:2.4.1" + implementation "org.springframework.boot:spring-boot-starter-web:2.4.2" implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.4.1" implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:8.0.0"