Skip to content

Commit 04c7f18

Browse files
adinauerrbro112
authored andcommitted
Use graphql-java v24 for spring boot 3 (#4444)
1 parent 3bd17d2 commit 04c7f18

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

buildSrc/src/main/java/Config.kt

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

115115
val graphQlJava = "com.graphql-java:graphql-java:17.3"
116116
val graphQlJava22 = "com.graphql-java:graphql-java:22.1"
117+
val graphQlJavaNew = "com.graphql-java:graphql-java:24.0"
117118

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

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)