where can I find the correct spring boot (v3.1.3) property name - that I can use in my pom.xml to override the default reactor-netty-http version (in "spring-boot-starter-reactor-netty") ?
For example, I found I could use the property name "netty.version" in my pom.xml to override the netty-codec-http2 version i.e., <netty.version>4.1.106.Final</netty.version>
where can I find the correct spring boot property name to override the reactor-netty-http version?
thx :-)
You can find Spring Boot dependency version properties here.