File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ configure(allprojects) { project ->
30
30
mavenBom " io.projectreactor:reactor-bom:2020.0.0"
31
31
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR8"
32
32
mavenBom " io.rsocket:rsocket-bom:1.1.0"
33
- mavenBom " org.eclipse.jetty:jetty-bom:9.4.33.v20201020 "
33
+ mavenBom " org.eclipse.jetty:jetty-bom:9.4.34.v20201102 "
34
34
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.4.10"
35
35
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.0"
36
36
mavenBom " org.junit:junit-bom:5.7.0"
@@ -190,14 +190,14 @@ configure(allprojects) { project ->
190
190
dependency " org.testng:testng:7.3.0"
191
191
dependency " org.hamcrest:hamcrest:2.1"
192
192
dependency " org.awaitility:awaitility:3.1.6"
193
- dependency " org.assertj:assertj-core:3.17.2 "
193
+ dependency " org.assertj:assertj-core:3.18.0 "
194
194
dependencySet(group : ' org.xmlunit' , version : ' 2.6.2' ) {
195
195
entry ' xmlunit-assertj'
196
196
entry(' xmlunit-matchers' ) {
197
197
exclude group : " org.hamcrest" , name : " hamcrest-core"
198
198
}
199
199
}
200
- dependencySet(group : ' org.mockito' , version : ' 3.5.15 ' ) {
200
+ dependencySet(group : ' org.mockito' , version : ' 3.6.0 ' ) {
201
201
entry(' mockito-core' ) {
202
202
exclude group : " org.hamcrest" , name : " hamcrest-core"
203
203
}
You can’t perform that action at this time.
0 commit comments