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

Dependency java-faker:1.0.2 is incompatible with actual Spring Boot 2.7.0 #477

Closed
JeTam3 opened this issue Jun 6, 2022 · 3 comments
Closed
Milestone

Comments

@JeTam3
Copy link

JeTam3 commented Jun 6, 2022

After upgrading Spring Boot version from 2.6.8 to 2.7.0 and using easy-random in my project. I failed into building problem.

I am getting error:
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

This happend because easy-random is using java-faker in version 1.0.2 which is incompatible with actual Spring Boot 2.7.0 version

@dvgaba
Copy link

dvgaba commented Sep 23, 2022

@vadim-levotsky
Copy link
Contributor

Created a PR for replacing dependency
#490

@fmbenhassine fmbenhassine added this to the 6.0.0 milestone Jul 15, 2023
@fmbenhassine
Copy link
Member

Fixed in #490. Thank you @vadim-levotsky!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants