Skip to content

Commit ef9420b

Browse files
committed
Force v3.18 of commons-lang to fix CVE
1 parent a778d27 commit ef9420b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ In the Control Center GUI, you can verify the MarkLogic Kafka connector instance
173173
3. Click on the "marklogic-purchases-sink" connector
174174

175175
You can then verify that data is being written to MarkLogic by using MarkLogic's qconsole application to inspect the
176-
contents of the `kafka-test-content` database.
176+
contents of the `data-hub-FINAL` database.
177177

178178
### Load a MarkLogic Kafka source connector instance
179179
You can also load an instance of the MarkLogic Kafka source connector that will read rows from the `demo/purchases`

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ repositories {
2626
configurations {
2727
documentation
2828
assets
29+
30+
// Force v3.18 of commons-lang3 to avoid security vulnerabilities, without also
31+
// upgrading ml-app-deployer to 6.0.0, which we are not ready to do yet.
32+
configurations.all {
33+
resolutionStrategy {
34+
force 'org.apache.commons:commons-lang3:3.18.0'
35+
}
36+
}
2937
}
3038

3139
ext {

0 commit comments

Comments
 (0)