Skip to content

Commit 58ae3a2

Browse files
committed
MLE-24640 Bumping Jackson and NOTICE file
Copilot confirms that Kafka is not as picky about the version of Jackson used by connectors.
1 parent bae80ad commit 58ae3a2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.copyrightconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ startyear: 2019
1111
# - Dotfiles already skipped automatically
1212
# Enable by removing the leading '# ' from the next line and editing values.
1313
# filesexcluded: third_party/*, docs/generated/*.md, assets/*.png, scripts/temp_*.py, vendor/lib.js
14-
filesexcluded: .github/*, README.md, CONTRIBUTING.md, Jenkinsfile, gradle/*, docker-compose.yml, *.gradle, gradle.properties, gradlew, gradlew.bat, **/test/resources/**, docs/**, test-app/docker-compose.yml, docker/prometheus/*.yml
14+
filesexcluded: .github/*, README.md, CONTRIBUTING.md, Jenkinsfile, gradle/*, docker-compose.yml, *.gradle, gradle.properties, gradlew, gradlew.bat, **/test/resources/**, docs/**, test-app/docker-compose.yml, docker/**, *.txt

NOTICE.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ To the extent required by the applicable open-source license, a complete machine
66

77
Third Party Notices
88

9-
marklogic-data-hub 6.1.1 (Apache-2.0)
10-
ml-app-deployer 5.0.0 (Apache-2.0)
11-
jackson-dataformat-csv 2.17.2 (Apache-2.0)
9+
marklogic-data-hub 6.2.1 (Apache-2.0)
10+
ml-app-deployer 6.1.0 (Apache-2.0)
11+
jackson-dataformat-csv 2.20.0 (Apache-2.0)
1212

1313
Common Licenses
1414

@@ -18,15 +18,15 @@ Third-Party Components
1818

1919
The following is a list of the third-party components used by the MarkLogic® Connector for Kafka 1.11.0 (last updated August 12, 2025):
2020

21-
marklogic-data-hub 6.1.1 (Apache-2.0)
21+
marklogic-data-hub 6.2.1 (Apache-2.0)
2222
https://repo1.maven.org/maven2/com/marklogic/marklogic-data-hub/
2323
For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0)
2424

25-
ml-app-deployer 5.0.0 (Apache-2.0)
26-
https://repo1.maven.org/maven2/com/marklogic/ml-app-deployer/
25+
ml-gradle 6.1.0 (Apache-2.0)
26+
https://repo1.maven.org/maven2/com/marklogic/ml-gradle/
2727
For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0)
2828

29-
jackson-dataformat-csv 2.17.2 (Apache-2.0)
29+
jackson-dataformat-csv 2.20.0 (Apache-2.0)
3030
https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-csv/
3131
For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0)
3232

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484
// Force DHF to use the latest version of ml-gradle, which minimizes security vulnerabilities
8585
implementation "com.marklogic:ml-gradle:6.1-SNAPSHOT"
8686

87-
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.19.0"
87+
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.20.0"
8888

8989
// Note that in general, the version of the DHF jar must match that of the deployed DHF instance. Different versions
9090
// may work together, but that behavior is not guaranteed.

0 commit comments

Comments
 (0)