Upgrade to Reactor 2022.0.6 and Netty 4.1.91
Includes Checkstyle 10.9.3 and Mockito 5.3.0 Closes gh-30316
This commit is contained in:
parent
cd0379a67f
commit
4acc71b282
|
|
@ -78,7 +78,7 @@ configure([rootProject] + javaProjects) { project ->
|
||||||
}
|
}
|
||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
toolVersion = "10.9.1"
|
toolVersion = "10.9.3"
|
||||||
configDirectory.set(rootProject.file("src/checkstyle"))
|
configDirectory.set(rootProject.file("src/checkstyle"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,9 @@ javaPlatform {
|
||||||
dependencies {
|
dependencies {
|
||||||
api(platform("com.fasterxml.jackson:jackson-bom:2.14.2"))
|
api(platform("com.fasterxml.jackson:jackson-bom:2.14.2"))
|
||||||
api(platform("io.micrometer:micrometer-bom:1.10.4"))
|
api(platform("io.micrometer:micrometer-bom:1.10.4"))
|
||||||
api(platform("io.netty:netty-bom:4.1.90.Final"))
|
api(platform("io.netty:netty-bom:4.1.91.Final"))
|
||||||
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
|
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
|
||||||
api(platform("io.projectreactor:reactor-bom:2022.0.5"))
|
api(platform("io.projectreactor:reactor-bom:2022.0.6"))
|
||||||
api(platform("io.rsocket:rsocket-bom:1.1.3"))
|
api(platform("io.rsocket:rsocket-bom:1.1.3"))
|
||||||
api(platform("org.apache.groovy:groovy-bom:4.0.11"))
|
api(platform("org.apache.groovy:groovy-bom:4.0.11"))
|
||||||
api(platform("org.apache.logging.log4j:log4j-bom:2.20.0"))
|
api(platform("org.apache.logging.log4j:log4j-bom:2.20.0"))
|
||||||
|
|
@ -19,7 +19,7 @@ dependencies {
|
||||||
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
|
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
|
||||||
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
|
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
|
||||||
api(platform("org.junit:junit-bom:5.9.2"))
|
api(platform("org.junit:junit-bom:5.9.2"))
|
||||||
api(platform("org.mockito:mockito-bom:5.2.0"))
|
api(platform("org.mockito:mockito-bom:5.3.0"))
|
||||||
|
|
||||||
constraints {
|
constraints {
|
||||||
api("com.fasterxml:aalto-xml:1.3.2")
|
api("com.fasterxml:aalto-xml:1.3.2")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue