Browse Source

Merge branch '6.2.x'

pull/34972/head
Sam Brannen 7 months ago
parent
commit
1f1c24cb2a
  1. 2
      build.gradle
  2. 2
      framework-platform/framework-platform.gradle

2
build.gradle

@ -80,7 +80,7 @@ configure([rootProject] + javaProjects) { project -> @@ -80,7 +80,7 @@ configure([rootProject] + javaProjects) { project ->
"https://hc.apache.org/httpcomponents-client-5.5.x/current/httpclient5/apidocs/",
"https://projectreactor.io/docs/test/release/api/",
"https://junit.org/junit4/javadoc/4.13.2/",
"https://junit.org/junit5/docs/5.12.2/api/",
"https://junit.org/junit5/docs/5.13.0/api/",
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
//"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",

2
framework-platform/framework-platform.gradle

@ -19,7 +19,7 @@ dependencies { @@ -19,7 +19,7 @@ dependencies {
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.beta0"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.1"))
api(platform("org.junit:junit-bom:5.12.2"))
api(platform("org.junit:junit-bom:5.13.0"))
api(platform("org.mockito:mockito-bom:5.17.0"))
api(platform("tools.jackson:jackson-bom:3.0.0-rc5"))

Loading…
Cancel
Save