diff --git a/plugins/gradle/example-server/build.gradle b/plugins/gradle/example-server/build.gradle index 9d2814f221663b374fde35e9292fa24976a4f13e..0aebde5f5add4683dc72861571c4e6ef867b032c 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"