With the upcoming release of Spring Boot 4.0, the system requirements are changing significantly. According to the Spring Boot 4.0 Migration Guide, the baseline will shift as follows:
- Jakarta Servlet API: 6.1.0 (to align with Jakarta EE 11)
- Jackson: 3.x
Currently, Athenz's dependencies for the Java client appear to be:
To ensure we can continue using the Athenz Java client with Spring Boot 4 without dependency conflicts, I would like to ask if there are any plans or a roadmap to update these to the required versions.