From 181c7dc3e889329dacb6bfd79e40cbccebfb4dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:16: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.1.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.1.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.1.0 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..2fa42c5 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.1.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' + testImplementation 'com.squareup.okhttp3:okhttp:5.1.0' developmentOnly 'org.springframework.boot:spring-boot-devtools' }