Skip to content

Commit

Permalink
Force graphql-java version
Browse files Browse the repository at this point in the history
  • Loading branch information
asibross committed Oct 31, 2024
1 parent 06b15d9 commit 763a096
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0")

constraints {
implementation("com.graphql-java:graphql-java") {
version {
strictly("[22,23[")
}
}
}

testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.+")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
}
Expand Down

0 comments on commit 763a096

Please sign in to comment.