Comment From: djarnis73

Any chance this could be back-ported to 3.1.x branch? I just got bitten because commons-text 1.11.0 fails at runtime when commons-lang3 is fixed to 3.12.0.

Comment From: scottfrederick

Per our dependency management policy, we will only upgrade to a new minor version of a dependency in a Spring Boot minor release. So we won't upgrade commons-lang3 from 3.12.0 to 3.13.0in a Spring Boot 3.1.x patch release.

You can customize the version used in your own build by setting the appropriate version property in your build configuration.

Comment From: djarnis73

I fixed my problem with a property, just wanted to save others from getting bitten by the same. But the policy sounds sane so just ignore my request. Thanks.