We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6aa88af + 5abe893 commit 5b5c8b2Copy full SHA for 5b5c8b2
plugins/gradle/example-client/build.gradle
@@ -13,7 +13,7 @@ plugins {
13
mainClassName = "io.github.kobylynskyi.order.Application"
14
15
dependencies {
16
- implementation "org.springframework.boot:spring-boot-starter-web:2.7.10"
+ implementation "org.springframework.boot:spring-boot-starter-web:3.0.5"
17
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.7.10"
18
19
implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:15.0.0"
0 commit comments