File tree 3 files changed +3
-3
lines changed
spring-webflux/src/test/java/org/springframework/web/reactive/function/client
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ configure([rootProject] + javaProjects) { project ->
80
80
" https://hc.apache.org/httpcomponents-client-5.4.x/current/httpclient5/apidocs/" ,
81
81
" https://projectreactor.io/docs/test/release/api/" ,
82
82
" https://junit.org/junit4/javadoc/4.13.2/" ,
83
- " https://junit.org/junit5/docs/5.12.1 /api/" ,
83
+ " https://junit.org/junit5/docs/5.12.2 /api/" ,
84
84
" https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/" ,
85
85
// "https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
86
86
" https://r2dbc.io/spec/1.0.0.RELEASE/api/" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
api(platform(" org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.alpha2" ))
20
20
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1" ))
21
21
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0" ))
22
- api(platform(" org.junit:junit-bom:5.12.1 " ))
22
+ api(platform(" org.junit:junit-bom:5.12.2 " ))
23
23
api(platform(" org.mockito:mockito-bom:5.17.0" ))
24
24
25
25
constraints {
Original file line number Diff line number Diff line change 53
53
*/
54
54
class WebClientObservationTests {
55
55
56
-
57
56
private final TestObservationRegistry observationRegistry = TestObservationRegistry .create ();
58
57
59
58
private final ExchangeFunction exchangeFunction = mock ();
@@ -63,6 +62,7 @@ class WebClientObservationTests {
63
62
private WebClient .Builder builder ;
64
63
65
64
@ BeforeEach
65
+ @ SuppressWarnings ("unchecked" )
66
66
void setup () {
67
67
Hooks .enableAutomaticContextPropagation ();
68
68
ClientResponse mockResponse = mock ();
You can’t perform that action at this time.
0 commit comments