Skip to content

build(deps): bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.4.0 in /ssrf-guard-okhttp-demo#80

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/ssrf-guard-okhttp-demo/com.squareup.okhttp3-okhttp-5.4.0
Closed

build(deps): bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.4.0 in /ssrf-guard-okhttp-demo#80
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/ssrf-guard-okhttp-demo/com.squareup.okhttp3-okhttp-5.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps com.squareup.okhttp3:okhttp from 4.12.0 to 5.4.0.

Changelog

Sourced from com.squareup.okhttp3:okhttp's changelog.

Version 5.4.0

2026-06-08

  • New: Add superpowers to interceptors. Interceptors can now override anything settable on OkHttpClient.Builder, such as the cache, connection pool, socket factory, and DNS. We expect this will allow most users to use interceptors everywhere, insted of mixing and matching interceptors with custom Call.Factory wrappers.
  • Fix: Limit each HTTP/2 response to 256 KiB of total headers.
  • Upgrade: [kotlinx.coroutines 1.11.0][coroutines_1_11_0]. This is used by the optional okhttp-coroutines artifact.
  • Upgrade: [GraalVM 25.0.3][graalvm_25].
  • Upgrade: [Okio 3.17.0][okio_3_17_0].

Version 5.3.2

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

Version 5.3.1

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, sb3. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
github-actions Bot requested a review from jlc488 June 15, 2026 00:14
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.12.0 to 5.4.0.
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](lysine-dev/okhttp@parent-4.12.0...parent-5.4.0)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/ssrf-guard-okhttp-demo/com.squareup.okhttp3-okhttp-5.4.0 branch from 0b07101 to d7b28a0 Compare July 5, 2026 15:51
@jlc488

jlc488 commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Closing: the ssrf-guard-okhttp library targets OkHttp 4.12.0 (its compileOnly + test deps). The demo should track the OkHttp major the library is built and tested against, not jump ahead to 5.x on its own — an OkHttp 5 move should happen library-first, then flow to the demo. (This PR is also currently conflicting with main after the 3.1.1 bump.) Reopen if/when the library adopts OkHttp 5.

ssrf-guard-okhttp 라이브러리가 OkHttp 4.12.0을 target합니다. 데모는 라이브러리가 빌드·테스트하는 OkHttp major를 따라야 하며, 데모만 먼저 5.x로 올리지 않습니다 — OkHttp 5 전환은 라이브러리 우선. 라이브러리가 OkHttp 5를 채택하면 그때 재오픈.

@jlc488 jlc488 closed this Jul 5, 2026
@jlc488
jlc488 deleted the dependabot/gradle/ssrf-guard-okhttp-demo/com.squareup.okhttp3-okhttp-5.4.0 branch July 5, 2026 15:56
@dependabot @github

dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant