Upgrade to Reactor 2022.0.13 and Netty 4.1.101

Includes RxJava 3.1.8, Apache HttpComponents Core Reactive 5.2.3, POI 5.2.4, Commons IO 2.15, WebJars Locator 0.55, OpenPDF 1.3.33, JRuby 9.4.5, H2 2.2.224, ActiveMQ 5.17.6, Checkstyle 10.12.5

Closes gh-31585
This commit is contained in:
Juergen Hoeller
2023-11-15 13:29:13 +01:00
parent df6f66110f
commit eb1883bdc4
2 changed files with 15 additions and 17 deletions

View File

@@ -75,7 +75,7 @@ configure([rootProject] + javaProjects) { project ->
}
checkstyle {
toolVersion = "10.12.4"
toolVersion = "10.12.5"
configDirectory.set(rootProject.file("src/checkstyle"))
}