From 3bdebca62f623d4393bfab153d6e0eed285ae924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:18:09 +0000 Subject: [PATCH] deps(backend)(deps): bump com.squareup.okhttp3:okhttp Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.12.0 to 5.2.1. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.2.1) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- MarkLogicAdminProxy/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MarkLogicAdminProxy/build.gradle b/MarkLogicAdminProxy/build.gradle index 10584eb..9c35855 100644 --- a/MarkLogicAdminProxy/build.gradle +++ b/MarkLogicAdminProxy/build.gradle @@ -16,9 +16,9 @@ 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' - compileOnly 'com.squareup.okhttp3:okhttp:4.12.0' + compileOnly 'com.squareup.okhttp3:okhttp:5.2.1' testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' + testImplementation 'com.squareup.okhttp3:okhttp:5.2.1' developmentOnly 'org.springframework.boot:spring-boot-devtools' }