Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copyrightconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 7 additions & 7 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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/
Comment on lines +25 to +26
Copy link

Copilot AI Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dependency name changed from 'ml-app-deployer' to 'ml-gradle' but the Maven repository URL still points to ml-app-deployer. This creates inconsistency between the dependency name and its repository location.

Copilot uses AI. Check for mistakes.
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)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down