Skip to content

Commit

Permalink
Move to net.datafaker:javafaker :1.6.0 to avoid the snakeyaml 1.30-an…
Browse files Browse the repository at this point in the history
…droid issue

Addressing the following error due to javafaker depending on snakeyaml-1.30-android.jar
```
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find snakeyaml-1.30-android.jar (org.yaml:snakeyaml:1.30).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.30/snakeyaml-1.30-android.jar
```
  • Loading branch information
berngp committed Oct 20, 2022
1 parent 4df3b5a commit 9bcf10f
Show file tree
Hide file tree
Showing 22 changed files with 66 additions and 66 deletions.
4 changes: 2 additions & 2 deletions graphql-dgs-client/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graphql-dgs-example-java-webflux/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graphql-dgs-example-java/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graphql-dgs-example-shared/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graphql-dgs-extended-scalars/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graphql-dgs-extended-validation/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graphql-dgs-mocking/build.gradle.kts
Expand Up @@ -16,6 +16,6 @@

dependencies {
api("com.graphql-java:graphql-java")
implementation("net.datafaker:datafaker:1.4.0")
implementation("net.datafaker:datafaker:1.6.0")
implementation("org.slf4j:slf4j-api")
}
12 changes: 6 additions & 6 deletions graphql-dgs-mocking/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graphql-dgs-pagination/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graphql-dgs-reactive/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graphql-dgs-spring-boot-micrometer/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graphql-dgs-spring-boot-oss-autoconfigure/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graphql-dgs-spring-boot-starter/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graphql-dgs-spring-webflux-autoconfigure/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9bcf10f

Please sign in to comment.