File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments