Skip to content

Commit 0300c5f

Browse files
chore(deps): bump com.graphql-java:graphql-java-extended-scalars
Bumps [com.graphql-java:graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars) from 22.0 to 24.0. - [Release notes](https://github.com/graphql-java/graphql-java-extended-scalars/releases) - [Commits](graphql-java/graphql-java-extended-scalars@v22.0...v24.0) --- updated-dependencies: - dependency-name: com.graphql-java:graphql-java-extended-scalars dependency-version: '24.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6a8ead commit 0300c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454

5555
// GraphQL and GraphiQL (via Netflix Data Graph Service (DGS))
5656
implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:5.3.0"
57-
implementation "com.graphql-java:graphql-java-extended-scalars:22.0"
57+
implementation "com.graphql-java:graphql-java-extended-scalars:24.0"
5858

5959
testImplementation "org.springframework.boot:spring-boot-starter-test:3.5.4"
6060
}

0 commit comments

Comments
 (0)