Skip to content

Commit 8295b2f

Browse files
authored
Use graphql-java v24 for spring boot 3 (#4444)
1 parent 00439e7 commit 8295b2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ object Config {
115115

116116
val graphQlJava = "com.graphql-java:graphql-java:17.3"
117117
val graphQlJava22 = "com.graphql-java:graphql-java:22.1"
118+
val graphQlJavaNew = "com.graphql-java:graphql-java:24.0"
118119

119120
val quartz = "org.quartz-scheduler:quartz:2.3.0"
120121

sentry-spring-jakarta/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
testImplementation(Config.Libs.springBoot3StarterAop)
7070
testImplementation(Config.Libs.springBoot3StarterGraphql)
7171
testImplementation(Config.Libs.contextPropagation)
72-
testImplementation(Config.Libs.graphQlJava22)
72+
testImplementation(Config.Libs.graphQlJavaNew)
7373
testImplementation(projects.sentryReactor)
7474
}
7575

0 commit comments

Comments
 (0)