Skip to content

v2.9.3

Latest

Choose a tag to compare

@slinkydeveloper slinkydeveloper released this 16 Jul 13:24

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> in pom.xml
    • Gradle (with the io.spring.dependency-management plugin): netty.version=4.1.136.Final in gradle.properties

What's Changed

Full Changelog: v2.9.2...v2.9.3