Skip to content

Commit c6e46cf

Browse files
committed
Merge branch '6.2.x'
2 parents 1ef6c63 + 445da24 commit c6e46cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ configure([rootProject] + javaProjects) { project ->
7575
"https://hc.apache.org/httpcomponents-client-5.5.x/current/httpclient5/apidocs/",
7676
"https://projectreactor.io/docs/test/release/api/",
7777
"https://junit.org/junit4/javadoc/4.13.2/",
78-
"https://docs.junit.org/5.13.3/api/",
78+
"https://docs.junit.org/5.13.4/api/",
7979
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
8080
//"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
8181
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",

framework-platform/framework-platform.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.beta1"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
2121
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.9.0"))
22-
api(platform("org.junit:junit-bom:5.13.3"))
22+
api(platform("org.junit:junit-bom:5.13.4"))
2323
api(platform("org.mockito:mockito-bom:5.18.0"))
2424
api(platform("tools.jackson:jackson-bom:3.0.0-rc6"))
2525

0 commit comments

Comments
 (0)