Skip to content

Commit ed29221

Browse files
Bump com.graphql-java:graphql-java from 22.3 to 23.1 in /backend
Bumps [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) from 22.3 to 23.1. - [Release notes](https://github.com/graphql-java/graphql-java/releases) - [Commits](graphql-java/graphql-java@v22.3...v23.1) --- updated-dependencies: - dependency-name: com.graphql-java:graphql-java dependency-version: '23.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ebb8a3 commit ed29221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation 'org.springframework:spring-web:6.2.1'
4848
testImplementation 'org.springframework:spring-webflux'
4949
testImplementation 'org.springframework.graphql:spring-graphql-test'
50-
implementation 'com.graphql-java:graphql-java:22.3'
50+
implementation 'com.graphql-java:graphql-java:23.1'
5151
// graphql-java-extended-validation schema directives
5252
implementation 'com.graphql-java:graphql-java-extended-validation:22.0'
5353
// graphql-java-extended-scalars

0 commit comments

Comments
 (0)