Skip to content

Commit ffba62f

Browse files
Thomas-LeungThomas Leung
andauthored
update commons-lang to 3.18 (#382)
Signed-off-by: Thomas Leung <[email protected]> Co-authored-by: Thomas Leung <[email protected]>
1 parent c56793c commit ffba62f

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
@@ -30,6 +30,11 @@ tasks.withType(Test).configureEach {
3030
}
3131

3232
dependencies {
33+
constraints {
34+
pmd('org.apache.commons:commons-lang3:3.18.0') {
35+
because('CVE-2025-48924')
36+
}
37+
}
3338
implementation platform('com.google.protobuf:protobuf-bom:4.31.1')
3439
implementation platform('io.grpc:grpc-bom:1.73.0')
3540
implementation platform('io.opentelemetry:opentelemetry-bom:1.51.0')

0 commit comments

Comments
 (0)