Skip to content

Commit c509681

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fabric-chaincode-shim/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ configurations {
2727
}
2828
}
2929

30+
configurations.all {
31+
resolutionStrategy {
32+
// security patch (transitive dependency of pmd-java 7.14)
33+
force 'org.apache.commons:commons-lang3:3.18.0'
34+
}
35+
}
36+
3037
tasks.withType(org.gradle.api.tasks.testing.Test) {
3138
systemProperty 'CORE_CHAINCODE_LOGGING_LEVEL', 'DEBUG'
3239
}

0 commit comments

Comments
 (0)