Skip to content

Commit 19d061f

Browse files
MuthuSundaravadivelMuthu  Sundaravadivel
andauthored
Upgrade the assertj-core to 3.27.7 (#512)
Signed-off-by: Muthu Sundaravadivel <muthu@dhcp-9-90-36-36.n3i-in.ibm.com> Co-authored-by: Muthu Sundaravadivel <muthu@dhcp-9-90-36-36.n3i-in.ibm.com>
1 parent 86da4ea commit 19d061f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/fabric-contract-example-as-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

examples/fabric-contract-example-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

examples/ledger-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)