File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ allprojects {
46
46
dependencies {
47
47
testImplementation platform(" org.junit:junit-bom:5.11.4" )
48
48
49
- testImplementation ' org.assertj:assertj-core:3.27.2 '
49
+ testImplementation ' org.assertj:assertj-core:3.27.3 '
50
50
testImplementation ' org.junit.jupiter:junit-jupiter-api'
51
51
testImplementation ' org.junit.jupiter:junit-jupiter-params'
52
52
testImplementation ' org.mockito:mockito-core:5.15.2'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
api platform(" org.junit:junit-bom:5.11.4" )
7
7
8
8
api " org.junit.jupiter:junit-jupiter-api"
9
- api " org.assertj:assertj-core:3.27.2 "
9
+ api " org.assertj:assertj-core:3.27.3 "
10
10
api gradleApi()
11
11
api gradleTestKit()
12
12
api ' com.squareup:javapoet:1.13.0'
You can’t perform that action at this time.
0 commit comments