Upgrade to Micrometer 1.15.0

Includes Tomcat 11.0.7

Closes gh-34888
This commit is contained in:
Juergen Hoeller 2025-05-13 16:32:22 +02:00
parent 254a55d217
commit 0f2fbd1983
1 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ javaPlatform {
dependencies {
api(platform("com.fasterxml.jackson:jackson-bom:2.18.4"))
api(platform("io.micrometer:micrometer-bom:1.15.0-RC1"))
api(platform("io.micrometer:micrometer-bom:1.15.0"))
api(platform("io.netty:netty-bom:4.1.121.Final"))
api(platform("io.projectreactor:reactor-bom:2025.0.0-M2"))
api(platform("io.rsocket:rsocket-bom:1.1.5"))
@ -100,10 +100,10 @@ dependencies {
api("org.apache.httpcomponents.client5:httpclient5:5.4.4")
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.3.4")
api("org.apache.poi:poi-ooxml:5.2.5")
api("org.apache.tomcat.embed:tomcat-embed-core:11.0.5")
api("org.apache.tomcat.embed:tomcat-embed-websocket:11.0.5")
api("org.apache.tomcat:tomcat-util:11.0.5")
api("org.apache.tomcat:tomcat-websocket:11.0.5")
api("org.apache.tomcat.embed:tomcat-embed-core:11.0.7")
api("org.apache.tomcat.embed:tomcat-embed-websocket:11.0.7")
api("org.apache.tomcat:tomcat-util:11.0.7")
api("org.apache.tomcat:tomcat-websocket:11.0.7")
api("org.aspectj:aspectjrt:1.9.24")
api("org.aspectj:aspectjtools:1.9.24")
api("org.aspectj:aspectjweaver:1.9.24")