diff --git a/.copyrightconfig b/.copyrightconfig index 509012b6..577b7b4c 100644 --- a/.copyrightconfig +++ b/.copyrightconfig @@ -11,4 +11,4 @@ startyear: 2023 # - 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/**, *.json +filesexcluded: .github/*, README.md, CONTRIBUTING.md, Jenkinsfile, gradle/*, docker-compose.yml, *.gradle, gradle.properties, gradlew, gradlew.bat, **/test/resources/**, docs/**, *.json, *.txt diff --git a/NOTICE.txt b/NOTICE.txt index 0c87a7ba..f5c1c065 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -10,12 +10,11 @@ product and version for which you are requesting source code. Third Party Notices -jackson-dataformat-xml 2.18.2 (Apache-2.0) +jackson-dataformat-xml 2.19.0 (Apache-2.0) jdom2 2.0.6.1 (Apache-2.0) jena-arq 5.5.0 (Apache-2.0) langchain4j 1.5.0 (Apache-2.0) -marklogic-client-api 7.2.0 (Apache-2.0) -okhttp 4.12.0 (Apache-2.0) +marklogic-client-api 8.0.0 (Apache-2.0) Semaphore-CS-Client 5.10.0 (Apache-2.0) Semaphore-Cloud-Client 5.10.0 (Apache-2.0) tika-core 3.2.3 (Apache-2.0) @@ -24,7 +23,7 @@ Third-Party Components The following is a list of the third-party components used by the MarkLogic® Spark connector 2.7.0 (last updated July 31, 2025): -jackson-dataformat-xml 2.18.2 (Apache-2.0) +jackson-dataformat-xml 2.19.0 (Apache-2.0) https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/ For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0) @@ -44,10 +43,6 @@ marklogic-client-api 7.2.0 (Apache-2.0) https://repo1.maven.org/maven2/com/marklogic/marklogic-client-api/ For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0) -okhttp 4.12.0 (Apache-2.0) -https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/ -For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0) - Semaphore-CS-Client 5.10.0 (Apache-2.0) https://repo1.maven.org/maven2/com/smartlogic/csclient/Semaphore-CS-Client/ For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0) diff --git a/marklogic-spark-connector/build.gradle b/marklogic-spark-connector/build.gradle index 7d2635f2..326e480a 100644 --- a/marklogic-spark-connector/build.gradle +++ b/marklogic-spark-connector/build.gradle @@ -38,9 +38,9 @@ dependencies { } // This is compileOnly as Spark will provide its own copy at runtime. - compileOnly "com.fasterxml.jackson.core:jackson-databind:2.18.2" + compileOnly "com.fasterxml.jackson.core:jackson-databind:2.19.0" - implementation("com.marklogic:marklogic-client-api:7.2.0") { + implementation("com.marklogic:marklogic-client-api:8.0-SNAPSHOT") { // Need to use the versions of Jackson preferred by Spark. exclude group: "com.fasterxml.jackson.core" exclude group: "com.fasterxml.jackson.dataformat" @@ -86,7 +86,7 @@ dependencies { // Need this so that an OkHttpClientConfigurator can be created. // Only needs compileOnly, as the Java Client brings this as an implementation dependency. - compileOnly 'com.squareup.okhttp3:okhttp:4.12.0' + compileOnly 'com.squareup.okhttp3:okhttp:5.2.0' // Automatic loading of test framework implementation dependencies is deprecated. // https://docs.gradle.org/current/userguide/upgrading_version_8.html#test_framework_implementation_dependencies