Skip to content

Commit 102217b

Browse files
committed
Cleanup usage of old dependencies.
1 parent 914bbe9 commit 102217b

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

graphql-datetime-spring-boot-autoconfigure/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ dependencies {
1414
api(project(":graphql-datetime-spring-boot-common"))
1515

1616
// Spring Boot
17-
compileOnly("org.springframework.boot:spring-boot-starter-graphql:2.7.2")
17+
compileOnly(platform(libs.boms.spring.boot))
18+
compileOnly("org.springframework.boot:spring-boot-starter-graphql")
1819
}
1920

2021
tasks.withType<JavaCompile> {

samples/kickstart-webflux/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ the<io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension>().a
1414
dependencies {
1515
implementation(project(":graphql-datetime-kickstart-spring-boot-starter"))
1616

17-
// FIXME - downgrade graphql-java until graphql-java-kickstart release v13 (with graphql-java 18.x support)
18-
implementation("com.graphql-java:graphql-java:17.4")
19-
2017
// Spring Boot
2118
implementation("org.springframework.boot:spring-boot-starter-webflux")
2219
testImplementation("org.springframework.boot:spring-boot-starter-test")

samples/kickstart-webmvc/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ the<io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension>().a
1414
dependencies {
1515
implementation(project(":graphql-datetime-kickstart-spring-boot-starter"))
1616

17-
// FIXME - downgrade graphql-java until graphql-java-kickstart release v13 (with graphql-java 18.x support)
18-
implementation("com.graphql-java:graphql-java:17.4")
19-
2017
// Spring Boot
2118
implementation("org.springframework.boot:spring-boot-starter-web")
2219
testImplementation("org.springframework.boot:spring-boot-starter-test")

0 commit comments

Comments
 (0)