From f5ab7a8f3cdf5ba61842008fdcd1e73e9d2a871c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 09:21:32 +0000 Subject: [PATCH] build(deps)(deps): bump com.squareup.okhttp3:okhttp Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.12.0 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ssrf-guard-okhttp-demo/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssrf-guard-okhttp-demo/build.gradle.kts b/ssrf-guard-okhttp-demo/build.gradle.kts index 2b79752..30ef10c 100644 --- a/ssrf-guard-okhttp-demo/build.gradle.kts +++ b/ssrf-guard-okhttp-demo/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web") implementation("kr.devslab:ssrf-guard-okhttp:3.0.1") - implementation("com.squareup.okhttp3:okhttp:4.12.0") + implementation("com.squareup.okhttp3:okhttp:5.3.2") testImplementation("org.springframework.boot:spring-boot-starter-test") testRuntimeOnly("org.junit.platform:junit-platform-launcher")