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 @@ -11,7 +11,7 @@ dependencies {
1111 testImplementation(" org.junit.jupiter:junit-jupiter" )
1212 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
1313 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
14- testImplementation(" org.assertj:assertj-core:3.24.2 " )
14+ testImplementation(" org.assertj:assertj-core:3.27.3 " )
1515}
1616
1717repositories {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 testImplementation(" org.junit.jupiter:junit-jupiter" )
99 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
1010 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
11- testImplementation(" org.assertj:assertj-core:3.24.2 " )
11+ testImplementation(" org.assertj:assertj-core:3.27.3 " )
1212}
1313
1414testing {
You can’t perform that action at this time.
0 commit comments