From 00f1605d96cac9090b5ee79be65dcf136d632c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 00:11:01 +0000 Subject: [PATCH] build(deps): bump com.squareup.okhttp3:okhttp in /ssrf-guard-okhttp-demo Bumps [com.squareup.okhttp3:okhttp](https://github.com/lysine-dev/okhttp) from 4.12.0 to 5.5.0. - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/lysine-dev/okhttp/compare/parent-4.12.0...parent-5.5.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.5.0 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 2d7ada8..0644e97 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.3.0") - implementation("com.squareup.okhttp3:okhttp:4.12.0") + implementation("com.squareup.okhttp3:okhttp:5.5.0") testImplementation("org.springframework.boot:spring-boot-starter-test") testRuntimeOnly("org.junit.platform:junit-platform-launcher")