Skip to content

Commit 6b83ac1

Browse files
committed
update commons-lang to 3.18
Signed-off-by: Thomas Leung <thomas.leung@ibm.com>
1 parent e57768c commit 6b83ac1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

fabric-chaincode-shim/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ 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+
}
38+
3339
implementation platform('com.google.protobuf:protobuf-bom:4.31.1')
3440
implementation platform('io.grpc:grpc-bom:1.73.0')
3541
implementation platform('io.opentelemetry:opentelemetry-bom:1.51.0')

0 commit comments

Comments
 (0)