Skip to content

Commit f7f75b8

Browse files
author
Thomas Leung
committed
update commons-lang to 3.18
Signed-off-by: Thomas Leung <[email protected]>
1 parent b275bd6 commit f7f75b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fabric-chaincode-shim/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ tasks.withType(org.gradle.api.tasks.testing.Test) {
3232
}
3333

3434
dependencies {
35+
constraints {
36+
pmd('org.apache.commons:commons-lang3:3.18.0') {
37+
because('CVE-2025-48924')
38+
}
39+
}
3540
implementation platform('com.google.protobuf:protobuf-bom:4.31.1')
3641
implementation platform('io.grpc:grpc-bom:1.73.0')
3742
implementation platform('io.opentelemetry:opentelemetry-bom:1.51.0')

0 commit comments

Comments
 (0)