File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ configure([rootProject] + javaProjects) { project ->
79
79
" https://hc.apache.org/httpcomponents-client-5.5.x/current/httpclient5/apidocs/" ,
80
80
" https://projectreactor.io/docs/test/release/api/" ,
81
81
" https://junit.org/junit4/javadoc/4.13.2/" ,
82
- " https://junit.org/junit5/docs/5.13.0 /api/" ,
82
+ " https://junit.org/junit5/docs/5.13.1 /api/" ,
83
83
" https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/" ,
84
84
// "https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
85
85
" 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.beta0" ))
20
20
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2" ))
21
21
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.1" ))
22
- api(platform(" org.junit:junit-bom:5.13.0 " ))
22
+ api(platform(" org.junit:junit-bom:5.13.1 " ))
23
23
api(platform(" org.mockito:mockito-bom:5.18.0" ))
24
24
api(platform(" tools.jackson:jackson-bom:3.0.0-rc5" ))
25
25
You can’t perform that action at this time.
0 commit comments