Merge branch '5.3.x'
This commit is contained in:
commit
44950bb862
|
@ -36,7 +36,7 @@ configure(allprojects) { project ->
|
||||||
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.5.31"
|
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.5.31"
|
||||||
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.2"
|
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.2"
|
||||||
mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.2"
|
mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.2"
|
||||||
mavenBom "org.junit:junit-bom:5.8.1"
|
mavenBom "org.junit:junit-bom:5.8.2"
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
dependencySet(group: 'org.apache.logging.log4j', version: '2.14.1') {
|
dependencySet(group: 'org.apache.logging.log4j', version: '2.14.1') {
|
||||||
|
@ -346,7 +346,7 @@ configure([rootProject] + javaProjects) { project ->
|
||||||
//
|
//
|
||||||
// warning: The code being documented uses packages in the unnamed module, but the packages defined in https://junit.org/junit5/docs/5.8.1/api/ are in named modules.
|
// warning: The code being documented uses packages in the unnamed module, but the packages defined in https://junit.org/junit5/docs/5.8.1/api/ are in named modules.
|
||||||
//
|
//
|
||||||
// "https://junit.org/junit5/docs/5.8.1/api/",
|
// "https://junit.org/junit5/docs/5.8.2/api/",
|
||||||
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
|
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
|
||||||
"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
|
"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
|
||||||
"https://r2dbc.io/spec/0.8.5.RELEASE/api/"
|
"https://r2dbc.io/spec/0.8.5.RELEASE/api/"
|
||||||
|
|
|
@ -59,9 +59,6 @@ dependencies {
|
||||||
testImplementation("org.hibernate:hibernate-core-jakarta")
|
testImplementation("org.hibernate:hibernate-core-jakarta")
|
||||||
testImplementation("org.hibernate:hibernate-validator")
|
testImplementation("org.hibernate:hibernate-validator")
|
||||||
testImplementation("jakarta.validation:jakarta.validation-api")
|
testImplementation("jakarta.validation:jakarta.validation-api")
|
||||||
testImplementation("org.junit.platform:junit-platform-runner") {
|
|
||||||
exclude group: "junit", module: "junit"
|
|
||||||
}
|
|
||||||
testImplementation("org.junit.platform:junit-platform-testkit")
|
testImplementation("org.junit.platform:junit-platform-testkit")
|
||||||
testImplementation("com.fasterxml.jackson.core:jackson-databind")
|
testImplementation("com.fasterxml.jackson.core:jackson-databind")
|
||||||
testImplementation("com.thoughtworks.xstream:xstream")
|
testImplementation("com.thoughtworks.xstream:xstream")
|
||||||
|
|
Loading…
Reference in New Issue