Release Notes / Version 12.2401
Table Of ContentsChanged management of reactor dependencies to BOM imports
The dependency management for the
io.projectreactor:reactor-core
and the
io.projectreactor.netty:reactor-netty-http
dependencies have been replaced with imports of the
io.projectreactor:reactor-bom
.
Using the latest Reactor Project BOM version 2023.0.7, the dependencies have effectively been updated to:
Reactor Core → 3.6.7
Reactor Netty → 1.1.20
(CMS-24944)