Skip to content

Commit 360a57e

Browse files
Bump com.graphql-java:graphql-java-extended-scalars from 22.0 to 24.0 (#251)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fce123 commit 360a57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
}
1919

2020
dependencies {
21-
implementation("com.graphql-java:graphql-java-extended-scalars:22.0")
21+
implementation("com.graphql-java:graphql-java-extended-scalars:24.0")
2222
implementation("org.springframework.boot:spring-boot-starter-graphql")
2323
implementation("org.springframework.boot:spring-boot-starter-web")
2424
testImplementation("org.springframework.boot:spring-boot-starter-test")

0 commit comments

Comments
 (0)