From 58ae3a20b9bbc1e9a9a8e4ac38fac2c81c02c22e Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Tue, 14 Oct 2025 09:06:37 -0400 Subject: [PATCH] MLE-24640 Bumping Jackson and NOTICE file Copilot confirms that Kafka is not as picky about the version of Jackson used by connectors. --- .copyrightconfig | 2 +- NOTICE.txt | 14 +++++++------- build.gradle | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.copyrightconfig b/.copyrightconfig index 565c937..09e2ab1 100644 --- a/.copyrightconfig +++ b/.copyrightconfig @@ -11,4 +11,4 @@ startyear: 2019 # - Dotfiles already skipped automatically # Enable by removing the leading '# ' from the next line and editing values. # filesexcluded: third_party/*, docs/generated/*.md, assets/*.png, scripts/temp_*.py, vendor/lib.js -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 +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 diff --git a/NOTICE.txt b/NOTICE.txt index 617552b..f66e30e 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -6,9 +6,9 @@ To the extent required by the applicable open-source license, a complete machine Third Party Notices -marklogic-data-hub 6.1.1 (Apache-2.0) -ml-app-deployer 5.0.0 (Apache-2.0) -jackson-dataformat-csv 2.17.2 (Apache-2.0) +marklogic-data-hub 6.2.1 (Apache-2.0) +ml-app-deployer 6.1.0 (Apache-2.0) +jackson-dataformat-csv 2.20.0 (Apache-2.0) Common Licenses @@ -18,15 +18,15 @@ Third-Party Components 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): -marklogic-data-hub 6.1.1 (Apache-2.0) +marklogic-data-hub 6.2.1 (Apache-2.0) https://repo1.maven.org/maven2/com/marklogic/marklogic-data-hub/ For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0) -ml-app-deployer 5.0.0 (Apache-2.0) -https://repo1.maven.org/maven2/com/marklogic/ml-app-deployer/ +ml-gradle 6.1.0 (Apache-2.0) +https://repo1.maven.org/maven2/com/marklogic/ml-gradle/ For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0) -jackson-dataformat-csv 2.17.2 (Apache-2.0) +jackson-dataformat-csv 2.20.0 (Apache-2.0) https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-csv/ For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0) diff --git a/build.gradle b/build.gradle index 30c1c8c..525cc64 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ dependencies { // Force DHF to use the latest version of ml-gradle, which minimizes security vulnerabilities implementation "com.marklogic:ml-gradle:6.1-SNAPSHOT" - implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.19.0" + implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.20.0" // Note that in general, the version of the DHF jar must match that of the deployed DHF instance. Different versions // may work together, but that behavior is not guaranteed.