In case you missed them, check the 2.9 release notes
For Spring Boot users
Due to several CVEs, we updated netty ≥ 4.1.132.
Spring Boot's dependency management may pin an older netty and silently downgrade it, causing runtime issues:
- Upgrade to Spring Boot ≥ 3.5.13 (ships netty ≥ 4.1.132), or
- Pin netty:
- Maven:
<netty.version>4.1.136.Final</netty.version>inpom.xml - Gradle (with the
io.spring.dependency-managementplugin):netty.version=4.1.136.Finalingradle.properties
- Maven:
What's Changed
- Mitigation for incompatible victools version by @slinkydeveloper in #639
- Bump shared core to 7.0.1 by @slinkydeveloper in #640
Full Changelog: v2.9.2...v2.9.3