Skip to content

Commit

Permalink
Bump com.graphql-java:graphql-java-extended-scalars in /backend
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jun 9, 2024
1 parent 0cb1c11 commit 7896078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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'

//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

0 comments on commit 7896078

Please sign in to comment.