jwtk / jjwt

Java JWT: JSON Web Token for Java and Android
Apache License 2.0
10.31k stars 1.34k forks source link

Add Maven BOM #967

Closed sigpwned closed 1 month ago

sigpwned commented 1 month ago

Is your feature request related to a problem? Please describe.

Keeping Maven dependency versions consistent is hard.

Describe the solution you'd like

I would like a BOM published to Maven central.

Describe alternatives you've considered

Users of the library can keep their Maven dependency versions consistent properties.

Additional context

Maven BOMs have become a popular method for multi-module library projects to help users keep their dependencies up to date. Many popular libraries publish a BOM, such as guava.

lhazlewood commented 1 month ago

I'm honestly surprised we haven't had this yet! Thank you for creating the issue!