Skip to content

Commit

Permalink
chore(deps): Bump com.graphql-java:graphql-java-extended-scalars
Browse files Browse the repository at this point in the history
Bumps [com.graphql-java:graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars) from 21.0 to 22.0.
- [Release notes](https://github.com/graphql-java/graphql-java-extended-scalars/releases)
- [Commits](graphql-java/graphql-java-extended-scalars@v21.0...v22.0)

---
updated-dependencies:
- dependency-name: com.graphql-java:graphql-java-extended-scalars
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rm3l committed Apr 29, 2024
1 parent 746decf commit aeec944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
// GraphQL and GraphiQL (via Netflix Data Graph Service (DGS))
implementation(platform('com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:5.3.0'))
implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter"
implementation "com.graphql-java:graphql-java-extended-scalars:21.0"
implementation "com.graphql-java:graphql-java-extended-scalars:22.0"

testImplementation('org.springframework.boot:spring-boot-starter-test')
testImplementation('org.springframework.security:spring-security-test')
Expand Down

0 comments on commit aeec944

Please sign in to comment.