From a97a49795cbe75edcb4d1d094de297cb5930046d Mon Sep 17 00:00:00 2001 From: OSS-Bot Date: Thu, 9 Jan 2025 08:08:19 +0000 Subject: [PATCH] Update dependency com.squareup.okio:okio to v3.10.2 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index c49721fee..cbdd97a89 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -61,7 +61,7 @@ pluginManagement { buildscript { dependencies { // Force a newer version of okio, otherwise intellijPlatform and wire conflict - classpath("com.squareup.okio:okio:3.9.1") + classpath("com.squareup.okio:okio:3.10.2") } }