We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b275bd6 commit f7f75b8Copy full SHA for f7f75b8
fabric-chaincode-shim/build.gradle
@@ -32,6 +32,11 @@ tasks.withType(org.gradle.api.tasks.testing.Test) {
32
}
33
34
dependencies {
35
+ constraints {
36
+ pmd('org.apache.commons:commons-lang3:3.18.0') {
37
+ because('CVE-2025-48924')
38
+ }
39
40
implementation platform('com.google.protobuf:protobuf-bom:4.31.1')
41
implementation platform('io.grpc:grpc-bom:1.73.0')
42
implementation platform('io.opentelemetry:opentelemetry-bom:1.51.0')
0 commit comments