Upgrade optional dependencies
This commit is contained in:
@@ -7,13 +7,13 @@ javaPlatform {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(platform("com.fasterxml.jackson:jackson-bom:2.13.3"))
|
||||
api(platform("io.projectreactor:reactor-bom:2020.0.21"))
|
||||
api(platform("org.springframework:spring-framework-bom:5.3.22"))
|
||||
api(platform("org.springframework.data:spring-data-bom:2021.2.2"))
|
||||
api(platform("org.springframework.security:spring-security-bom:5.7.2"))
|
||||
api(platform("com.fasterxml.jackson:jackson-bom:2.13.4"))
|
||||
api(platform("io.projectreactor:reactor-bom:2020.0.23"))
|
||||
api(platform("org.springframework:spring-framework-bom:5.3.23"))
|
||||
api(platform("org.springframework.data:spring-data-bom:2021.2.3"))
|
||||
api(platform("org.springframework.security:spring-security-bom:5.7.3"))
|
||||
api(platform("com.querydsl:querydsl-bom:5.0.0"))
|
||||
api(platform("io.rsocket:rsocket-bom:1.1.2"))
|
||||
api(platform("io.rsocket:rsocket-bom:1.1.3"))
|
||||
api(platform("org.jetbrains.kotlin:kotlin-bom:1.6.21"))
|
||||
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
|
||||
api(platform("org.junit:junit-bom:5.8.2"))
|
||||
@@ -30,13 +30,13 @@ dependencies {
|
||||
|
||||
api("com.google.code.findbugs:jsr305:3.0.2")
|
||||
|
||||
api("org.assertj:assertj-core:3.22.0")
|
||||
api("org.assertj:assertj-core:3.23.1")
|
||||
api("com.jayway.jsonpath:json-path:2.7.0")
|
||||
api("org.skyscreamer:jsonassert:1.5.1")
|
||||
|
||||
api("com.h2database:h2:2.1.214")
|
||||
api("org.hibernate:hibernate-core:5.6.10.Final")
|
||||
api("org.hibernate.validator:hibernate-validator:6.2.3.Final")
|
||||
api("org.hibernate.validator:hibernate-validator:6.2.5.Final")
|
||||
api("org.mongodb:bson:4.6.1")
|
||||
api("org.mongodb:mongodb-driver-core:4.6.1")
|
||||
api("org.mongodb:mongodb-driver-reactivestreams:4.6.1")
|
||||
|
||||
Reference in New Issue
Block a user