We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56793c commit ffba62fCopy full SHA for ffba62f
fabric-chaincode-shim/build.gradle
@@ -30,6 +30,11 @@ tasks.withType(Test).configureEach {
30
}
31
32
dependencies {
33
+ constraints {
34
+ pmd('org.apache.commons:commons-lang3:3.18.0') {
35
+ because('CVE-2025-48924')
36
+ }
37
38
implementation platform('com.google.protobuf:protobuf-bom:4.31.1')
39
implementation platform('io.grpc:grpc-bom:1.73.0')
40
implementation platform('io.opentelemetry:opentelemetry-bom:1.51.0')
0 commit comments