Skip to content

Commit a0358a4

Browse files
committed
Upgrade to Reactor 2022.0.5 and Netty 4.1.90
Includes Checkstyle 10.9.1 and Mockito 5.2.0 Closes gh-30133
1 parent 88bc504 commit a0358a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ configure([rootProject] + javaProjects) { project ->
7878
}
7979

8080
checkstyle {
81-
toolVersion = "10.7.0"
81+
toolVersion = "10.9.1"
8282
configDirectory.set(rootProject.file("src/checkstyle"))
8383
}
8484

framework-platform/framework-platform.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ javaPlatform {
99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.14.2"))
1111
api(platform("io.micrometer:micrometer-bom:1.10.4"))
12-
api(platform("io.netty:netty-bom:4.1.89.Final"))
12+
api(platform("io.netty:netty-bom:4.1.90.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2022.0.4"))
14+
api(platform("io.projectreactor:reactor-bom:2022.0.5"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.8"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.20.0"))
1818
api(platform("org.eclipse.jetty:jetty-bom:11.0.14"))
1919
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
2121
api(platform("org.junit:junit-bom:5.9.2"))
22-
api(platform("org.mockito:mockito-bom:5.1.1"))
22+
api(platform("org.mockito:mockito-bom:5.2.0"))
2323

2424
constraints {
2525
api("com.fasterxml:aalto-xml:1.3.1")

0 commit comments

Comments
 (0)