File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
fabric-contract-example-as-service
fabric-contract-example-gradle Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ subprojects {
7272 testImplementation platform(' org.junit:junit-bom:6.0.2' )
7373 testImplementation ' org.junit.jupiter:junit-jupiter'
7474 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
75- testImplementation ' org.assertj:assertj-core:3.27.6 '
75+ testImplementation ' org.assertj:assertj-core:3.27.7 '
7676 testImplementation ' org.mockito:mockito-core:5.21.0'
7777 testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.8'
7878
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 implementation ' org.json:json:20251224'
1818 testImplementation platform(' org.junit:junit-bom:6.0.2' )
1919 testImplementation ' org.junit.jupiter:junit-jupiter'
20- testImplementation ' org.assertj:assertj-core:3.27.6 '
20+ testImplementation ' org.assertj:assertj-core:3.27.7 '
2121 testImplementation ' org.mockito:mockito-core:5.21.0'
2222 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2323}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 implementation ' org.json:json:20251224'
1818 testImplementation platform(' org.junit:junit-bom:6.0.2' )
1919 testImplementation ' org.junit.jupiter:junit-jupiter'
20- testImplementation ' org.assertj:assertj-core:3.27.6 '
20+ testImplementation ' org.assertj:assertj-core:3.27.7 '
2121 testImplementation ' org.mockito:mockito-core:5.21.0'
2222 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2323}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 implementation ' org.json:json:20251224'
1818 testImplementation platform(' org.junit:junit-bom:6.0.2' )
1919 testImplementation ' org.junit.jupiter:junit-jupiter'
20- testImplementation ' org.assertj:assertj-core:3.27.6 '
20+ testImplementation ' org.assertj:assertj-core:3.27.7 '
2121 testImplementation ' org.mockito:mockito-core:5.21.0'
2222 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2323}
You can’t perform that action at this time.
0 commit comments