Is your feature request related to a problem? Please describe.
The generator currently uses outdated versions of Jakarta. Those need to be updated in preparation for the support of Spring Boot 4
Describe the solution you'd like
Update jakarta Libs:
jakarta.annotation 3.0.0 (was 2.1.1)
jakarta.validation 3.1.1 (was 3.0.2)
Describe alternatives you've considered
I don't see other alternatives.
Additional context
Happy to start right away with it as soon as the solution is accepted.
@wing328
Is your feature request related to a problem? Please describe.
The generator currently uses outdated versions of Jakarta. Those need to be updated in preparation for the support of Spring Boot 4
Describe the solution you'd like
Update jakarta Libs:
jakarta.annotation 3.0.0 (was 2.1.1)
jakarta.validation 3.1.1 (was 3.0.2)
Describe alternatives you've considered
I don't see other alternatives.
Additional context
Happy to start right away with it as soon as the solution is accepted.
@wing328