Skip to content

Commit 6cfb11a

Browse files
committed
Upgrade to Micrometer BOM 1.10.8 and context-propagation 1.0.3
Cloes gh-30657
1 parent 3b263c5 commit 6cfb11a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

framework-platform/framework-platform.gradle

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

99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.14.3"))
11-
api(platform("io.micrometer:micrometer-bom:1.10.7"))
11+
api(platform("io.micrometer:micrometer-bom:1.10.8"))
1212
api(platform("io.netty:netty-bom:4.1.93.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2022.0.7"))
@@ -46,7 +46,7 @@ dependencies {
4646
api("commons-io:commons-io:2.11.0")
4747
api("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2")
4848
api("info.picocli:picocli:4.7.4")
49-
api("io.micrometer:context-propagation:1.0.0")
49+
api("io.micrometer:context-propagation:1.0.3")
5050
api("io.mockk:mockk:1.13.4")
5151
api("io.projectreactor.netty:reactor-netty5-http:2.0.0-M3")
5252
api("io.projectreactor.tools:blockhound:1.0.8.RELEASE")

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ReactiveTypeHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ public ResolvableType getReturnType() {
513513

514514
private static class ContextSnapshotHelper {
515515

516+
@SuppressWarnings("deprecation")
516517
public static Object writeReactorContext(Object returnValue) {
517518
if (Mono.class.isAssignableFrom(returnValue.getClass())) {
518519
ContextSnapshot snapshot = ContextSnapshot.captureAll();

0 commit comments

Comments
 (0)