easy-random icon indicating copy to clipboard operation
easy-random copied to clipboard

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

Open JeTam3 opened this issue 3 years ago • 1 comments

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

JeTam3 avatar Jun 06 '22 10:06 JeTam3

Below might help, java-faker is replaced with data-faker

https://repo1.maven.org/maven2/io/github/dvgaba/easy-random-core-jdk11/6.1.1/

https://repo1.maven.org/maven2/io/github/dvgaba/easy-random-core/6.1.1/

dvgaba avatar Sep 23 '22 12:09 dvgaba

Created a PR for replacing dependency https://github.com/j-easy/easy-random/pull/490

lewocki avatar Feb 02 '23 21:02 lewocki

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

fmbenhassine avatar Jul 15 '23 10:07 fmbenhassine