diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index f8a7623050ee..8992f746c562 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -11,21 +11,21 @@ dependencies { api(platform("io.micrometer:micrometer-bom:1.10.13")) api(platform("io.netty:netty-bom:4.1.107.Final")) api(platform("io.netty:netty5-bom:5.0.0.Alpha5")) - api(platform("io.projectreactor:reactor-bom:2022.0.16")) + api(platform("io.projectreactor:reactor-bom:2022.0.17")) api(platform("io.rsocket:rsocket-bom:1.1.3")) - api(platform("org.apache.groovy:groovy-bom:4.0.18")) + api(platform("org.apache.groovy:groovy-bom:4.0.19")) api(platform("org.apache.logging.log4j:log4j-bom:2.21.1")) api(platform("org.eclipse.jetty:jetty-bom:11.0.20")) 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.3")) - api(platform("org.mockito:mockito-bom:5.10.0")) + api(platform("org.mockito:mockito-bom:5.11.0")) constraints { api("com.fasterxml:aalto-xml:1.3.2") api("com.fasterxml.woodstox:woodstox-core:6.5.1") api("com.github.ben-manes.caffeine:caffeine:3.1.8") - api("com.github.librepdf:openpdf:1.3.41") + api("com.github.librepdf:openpdf:1.3.42") api("com.google.code.findbugs:findbugs:3.0.1") api("com.google.code.findbugs:jsr305:3.0.2") api("com.google.code.gson:gson:2.10.1")