Is your feature request related to a problem? Please describe.
Spring Boot 4 has recently released brining some breaking changes. One of them is Jackson 3 has severe collisions with existing Jackson 2. Moving forward we need to follow the Spring Boot 4.0 Migration Guide to keep up with the latest updates.
Describe the solution you'd like
I would expect the TelegramBots to upgrade the Spring Boot 3 dependencies to Spring Boot 4.
Describe alternatives you've considered
N/A - we need to keep the dependencies up to date.
Additional context
I suggest this change to be implemented right after #1561 to avoid mixing Jackson 2 and Jackson 3 dependencies.
Is your feature request related to a problem? Please describe.
Spring Boot 4 has recently released brining some breaking changes. One of them is Jackson 3 has severe collisions with existing Jackson 2. Moving forward we need to follow the Spring Boot 4.0 Migration Guide to keep up with the latest updates.
Describe the solution you'd like
I would expect the
TelegramBotsto upgrade the Spring Boot 3 dependencies to Spring Boot 4.Describe alternatives you've considered
N/A - we need to keep the dependencies up to date.
Additional context
I suggest this change to be implemented right after #1561 to avoid mixing Jackson 2 and Jackson 3 dependencies.