mbknor / mbknor-jackson-jsonSchema

Generate JSON Schema with Polymorphism using Jackson annotations
MIT License
234 stars 79 forks source link

Update SLF4J version #172

Open big-andy-coates opened 2 years ago

big-andy-coates commented 2 years ago

...to latest 2.0.3.

Hi @mbknor, thanks again for maintaining this repo!

Can we please update to the latest SLF4J dependency please?

From the SLF4J docs:

From the clients perspective, the SLF4J API is backward compatible for all versions. This means than you can upgrade from SLF4J version 1.0 to any later version without problems. Code compiled with slf4j-api-versionN.jar will work with slf4j-api-versionM.jar for any versionN and any versionM. To date, binary compatibility in slf4j-api has never been broken.

souce: https://www.slf4j.org/faq.html