From cd91b6e6ef937eff13cd0cd7efd008dc41407dd8 Mon Sep 17 00:00:00 2001 From: Syer10 Date: Mon, 22 Jun 2026 11:16:10 -0400 Subject: [PATCH] Include OkHttp ZSTD --- gradle/libs.versions.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4b842bfd4..7190dbb08 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -47,6 +47,7 @@ okhttp-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } okhttp-dnsoverhttps = { module = "com.squareup.okhttp3:okhttp-dnsoverhttps", version.ref = "okhttp" } okhttp-brotli = { module = "com.squareup.okhttp3:okhttp-brotli", version.ref = "okhttp" } +okhttp-zstd = { module = "com.squareup.okhttp3:okhttp-zstd", version.ref = "okhttp" } okio = "com.squareup.okio:okio:3.17.0" # Javalin api @@ -228,6 +229,7 @@ okhttp = [ "okhttp-logging", "okhttp-dnsoverhttps", "okhttp-brotli", + "okhttp-zstd", ] javalin = [ "javalin-core",