From 7734b22ceac22851ae28128c67df062eb15780b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 09:57:00 -0500 Subject: [PATCH] Bump spring-boot-starter-web in /plugins/gradle/example-server (#287) Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.3.2.RELEASE to 2.3.3.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.2.RELEASE...v2.3.3.RELEASE) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9d2814f2..0aebde5f 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.3.2.RELEASE" + implementation "org.springframework.boot:spring-boot-starter-web:2.3.3.RELEASE" implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.3.3.RELEASE" implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:7.1.0" -- GitLab