mandyGitH

Results 1 issues of mandyGitH

Using the following dependencies in build.gradle: `implementation(platform('com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:4.9.21'))` `implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:4.9.21'` `implementation 'com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets:4.9.21'` `implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-webmvc:4.9.21'` `implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure:4.9.21'` `implementation 'com.apollographql.federation:federation-graphql-java-support:0.9.0'` `implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure:4.9.22'` ## Expected behavior Local builds work fine. Unit tests pass. Deployment...

bug