From bbbd7713cd9dfe750a59d05809cde3b97decd78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 13:18:36 +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 7.2.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...7.2.0) --- updated-dependencies: - dependency-name: com.marklogic:marklogic-client-api dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..6829494 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:7.2.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'