Skip to content

Commit 5c86b57

Browse files
Update graphql-java version to 21.3 (#400)
* chore(deps): bump com.graphql-java:graphql-java from 20.2 to 21.3 Bumps [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) from 20.2 to 21.3. - [Release notes](https://github.com/graphql-java/graphql-java/releases) - [Commits](graphql-java/graphql-java@v20.2...v21.3) --- updated-dependencies: - dependency-name: com.graphql-java:graphql-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * update directivesSupport test to include 'oneOf' directive --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44c854c commit 5c86b57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autoconfigure/src/test/java/com/introproventures/graphql/jpa/query/autoconfigure/GraphQLSchemaAutoConfigurationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public void enableGraphQLJpaQuerySchema() {
341341
public void directivesSupport() {
342342
assertThat(graphQLSchema.getDirectives())
343343
.extracting(GraphQLDirective::getName)
344-
.containsOnly("include", "skip", "specifiedBy", "deprecated");
344+
.containsOnly("include", "skip", "specifiedBy", "deprecated", "oneOf");
345345
}
346346

347347
@Test

dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<spring-boot.version>3.1.6</spring-boot.version>
18-
<graphql-java.version>20.2</graphql-java.version>
18+
<graphql-java.version>21.3</graphql-java.version>
1919
<evo-inflector.version>1.3</evo-inflector.version>
2020
<joda-time.version>2.12.5</joda-time.version>
2121
<graphql-java-extended-scalars.version>21.0</graphql-java-extended-scalars.version>

0 commit comments

Comments
 (0)