Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.graphql-java:graphql-java-extended-scalars in /backend #7793

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
// graphql-java-extended-validation schema directives
implementation 'com.graphql-java:graphql-java-extended-validation:21.0'
// graphql-java-extended-scalars
implementation 'com.graphql-java:graphql-java-extended-scalars:20.0'
implementation 'com.graphql-java:graphql-java-extended-scalars:22.0'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ I don't think we are actually using this...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind, it is a dependency of com.graphql-java:graphql-java-extended-validation:21.0 which we do use 😅


//Feign HTTP Client
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ com.google.guava:guava-parent:32.1.1-jre=compileClasspath,runtimeClasspath
com.google.guava:guava:32.1.1-jre=compileClasspath,runtimeClasspath
com.google.j2objc:j2objc-annotations:2.8=compileClasspath
com.googlecode.libphonenumber:libphonenumber:8.13.28=compileClasspath,runtimeClasspath
com.graphql-java:graphql-java-extended-scalars:20.0=compileClasspath,runtimeClasspath
com.graphql-java:graphql-java-extended-scalars:22.0=compileClasspath,runtimeClasspath
com.graphql-java:graphql-java-extended-validation:21.0=compileClasspath,runtimeClasspath
com.graphql-java:graphql-java:20.2=compileClasspath,runtimeClasspath
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
Expand Down
Loading