@@ -57,14 +57,14 @@ configure(moduleProjects) {
57
57
58
58
dependencyManagement {
59
59
imports {
60
- mavenBom " com.fasterxml.jackson:jackson-bom:2.13.2.1 "
61
- mavenBom " io.projectreactor:reactor-bom:2020.0.18 "
60
+ mavenBom " com.fasterxml.jackson:jackson-bom:2.13.3 "
61
+ mavenBom " io.projectreactor:reactor-bom:2020.0.19 "
62
62
mavenBom " org.springframework:spring-framework-bom:5.3.20"
63
- mavenBom " org.springframework.data:spring-data-bom:2021.2.0-RC1 "
64
- mavenBom " org.springframework.security:spring-security-bom:5.7.0-RC1 "
63
+ mavenBom " org.springframework.data:spring-data-bom:2021.2.0"
64
+ mavenBom " org.springframework.security:spring-security-bom:5.7.0"
65
65
mavenBom " com.querydsl:querydsl-bom:5.0.0"
66
66
mavenBom " io.rsocket:rsocket-bom:1.1.2"
67
- mavenBom " org.jetbrains.kotlin:kotlin-bom:1.6.20 "
67
+ mavenBom " org.jetbrains.kotlin:kotlin-bom:1.6.21 "
68
68
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1"
69
69
mavenBom " org.junit:junit-bom:5.8.2"
70
70
mavenBom " org.testcontainers:testcontainers-bom:1.17.1"
@@ -81,7 +81,7 @@ configure(moduleProjects) {
81
81
dependency " javax.validation:validation-api:2.0.1.Final"
82
82
dependency " org.hibernate:hibernate-core:5.6.8.Final"
83
83
dependency " org.hibernate.validator:hibernate-validator:6.2.3.Final"
84
- dependencySet(group : ' org.mongodb' , version : ' 4.5.1 ' ) {
84
+ dependencySet(group : ' org.mongodb' , version : ' 4.6.0 ' ) {
85
85
entry ' bson'
86
86
entry ' mongodb-driver-core'
87
87
entry ' mongodb-driver-reactivestreams'
@@ -93,7 +93,7 @@ configure(moduleProjects) {
93
93
entry ' log4j-jul'
94
94
entry ' log4j-slf4j-impl'
95
95
}
96
- dependencySet(group : ' org.mockito' , version : ' 4.4.0 ' ) {
96
+ dependencySet(group : ' org.mockito' , version : ' 4.5.1 ' ) {
97
97
entry ' mockito-core'
98
98
entry ' mockito-inline'
99
99
entry ' mockito-junit-jupiter'
0 commit comments