mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 00:39:01 +00:00
Upgrade to Netty 4.1.48 and Checkstyle 8.30
This commit is contained in:
+2
-2
@@ -37,7 +37,7 @@ ext {
|
||||
junit5Version = "5.3.2"
|
||||
kotlinVersion = "1.2.71"
|
||||
log4jVersion = "2.11.2"
|
||||
nettyVersion = "4.1.47.Final"
|
||||
nettyVersion = "4.1.48.Final"
|
||||
reactorVersion = "Californium-SR17"
|
||||
rxjavaVersion = "1.3.8"
|
||||
rxjavaAdapterVersion = "1.2.1"
|
||||
@@ -142,7 +142,7 @@ configure(allprojects) { project ->
|
||||
}
|
||||
|
||||
checkstyle {
|
||||
toolVersion = "8.29"
|
||||
toolVersion = "8.30"
|
||||
configDir = rootProject.file("src/checkstyle")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user