Skip to content

Commit 275fb52

Browse files
committed
Upgrade to Reactor 2024.0.10 and Micrometer 1.14.11
Closes gh-35454 Closes gh-35455
1 parent 7f9aa39 commit 275fb52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework-platform/framework-platform.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ javaPlatform {
88

99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.18.4.1"))
11-
api(platform("io.micrometer:micrometer-bom:1.14.10"))
11+
api(platform("io.micrometer:micrometer-bom:1.14.11"))
1212
api(platform("io.netty:netty-bom:4.1.127.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2024.0.9"))
14+
api(platform("io.projectreactor:reactor-bom:2024.0.10"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.5"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.28"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
@@ -100,7 +100,7 @@ dependencies {
100100
api("org.apache.derby:derbyclient:10.16.1.1")
101101
api("org.apache.derby:derbytools:10.16.1.1")
102102
api("org.apache.httpcomponents.client5:httpclient5:5.5")
103-
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.3.4")
103+
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.3.5")
104104
api("org.apache.poi:poi-ooxml:5.2.5")
105105
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.28")
106106
api("org.apache.tomcat.embed:tomcat-embed-websocket:10.1.28")

0 commit comments

Comments
 (0)