diff --git a/plugins/gradle/example-server/build.gradle b/plugins/gradle/example-server/build.gradle index 076acd7eba48dfe0f370709616222a7ebacfa40a..aa3e81beb9156ba5ef6176898dcbd26b32d1b0db 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"