File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 implementation(" org.springframework.boot:spring-boot-starter-web" )
1818
1919 // DGS Framework
20- implementation(platform(" com.netflix.graphql. dgs:graphql-dgs-platform-dependencies:latest.release " ))
20+ implementation(platform(libs.boms. dgs))
2121 implementation(" com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" )
2222 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
2323
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ dependencies {
1717 // Spring Boot
1818 implementation(" org.springframework.boot:spring-boot-starter-graphql" )
1919 implementation(" org.springframework.boot:spring-boot-starter-web" )
20- implementation(" org.springframework.boot:spring-boot-starter-hateoas" )
2120 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
2221
2322 testImplementation(libs.groovy.all)
You can’t perform that action at this time.
0 commit comments