From 572f40bceb993833594ce125efc2bcaea7152b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:04:18 +0000 Subject: [PATCH] deps(backend)(deps): bump com.marklogic:marklogic-client-api Bumps [com.marklogic:marklogic-client-api](https://github.com/marklogic/java-client-api) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/marklogic/java-client-api/releases) - [Changelog](https://github.com/marklogic/java-client-api/blob/master/CHANGELOG.md) - [Commits](https://github.com/marklogic/java-client-api/compare/7.1.0...8.0.0) --- updated-dependencies: - dependency-name: com.marklogic:marklogic-client-api dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- MarkLogicAdminProxy/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MarkLogicAdminProxy/build.gradle b/MarkLogicAdminProxy/build.gradle index 10584eb..f27ff5e 100644 --- a/MarkLogicAdminProxy/build.gradle +++ b/MarkLogicAdminProxy/build.gradle @@ -15,7 +15,7 @@ java { dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'jakarta.servlet:jakarta.servlet-api:6.1.0' - implementation 'com.marklogic:marklogic-client-api:7.1.0' + implementation 'com.marklogic:marklogic-client-api:8.0.0' compileOnly 'com.squareup.okhttp3:okhttp:4.12.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'