File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-graphql/src/test/java/org/springframework/graphql/client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "Spring for GraphQL"
66
77ext {
88 moduleProjects = [project(" :spring-graphql" ), project(" :spring-graphql-test" )]
9- springFrameworkVersion = " 7.0.0-RC3 "
9+ springFrameworkVersion = " 7.0.0"
1010 graphQlJavaVersion = " 25.0"
1111}
1212
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ void codecConfigurerRegistersJsonPathMappingProvider() {
195195 TestJacksonJsonConverter testConverter = new TestJacksonJsonConverter ();
196196
197197 HttpSyncGraphQlClient .Builder <?> builder = this .setup .initBuilder ();
198- builder .configureMessageConverters ((configurer ) -> configurer .jsonMessageConverter (testConverter ));
198+ builder .configureMessageConverters ((configurer ) -> configurer .withJsonConverter (testConverter ));
199199
200200 String document = "{me {name}}" ;
201201 MovieCharacter character = MovieCharacter .create ("Luke Skywalker" );
You can’t perform that action at this time.
0 commit comments