From 2989e217dedd5c7ede58ab59fc8609ed74c80357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2020 04:21:38 +0000 Subject: [PATCH] Bump spring-boot-starter-web in /plugins/gradle/example-server (#322) --- 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 076acd7e..aa3e81be 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.3.RELEASE" + implementation "org.springframework.boot:spring-boot-starter-web:2.3.4.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