Skip to content

Commit

Permalink
Upgrade to Reactor 2022.0.6 and Netty 4.1.91
Browse files Browse the repository at this point in the history
Includes Checkstyle 10.9.3 and Mockito 5.3.0

Closes gh-30316
  • Loading branch information
jhoeller committed Apr 12, 2023
1 parent cd0379a commit 4acc71b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ configure([rootProject] + javaProjects) { project ->
}

checkstyle {
toolVersion = "10.9.1"
toolVersion = "10.9.3"
configDirectory.set(rootProject.file("src/checkstyle"))
}

Expand Down
6 changes: 3 additions & 3 deletions framework-platform/framework-platform.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ javaPlatform {
dependencies {
api(platform("com.fasterxml.jackson:jackson-bom:2.14.2"))
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.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("org.apache.groovy:groovy-bom:4.0.11"))
api(platform("org.apache.logging.log4j:log4j-bom:2.20.0"))
api(platform("org.eclipse.jetty:jetty-bom:11.0.14"))
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.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 {
api("com.fasterxml:aalto-xml:1.3.2")
Expand Down

0 comments on commit 4acc71b

Please sign in to comment.