From 86f4ece0fc64780c6e476f48d1f33ca1b368d147 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 03:08:58 +0000 Subject: [PATCH] chore(deps): Update dependency com.aayushatharva.brotli4j:native-osx-x86_64 to v1.14.0 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6045788..01254ba 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { runtimeDownloadOnlyApi("com.aayushatharva.brotli4j:brotli4j:1.13.0") runtimeDownloadOnlyApi("com.aayushatharva.brotli4j:native-windows-x86_64:1.13.0") runtimeDownloadOnlyApi("com.aayushatharva.brotli4j:native-osx-aarch64:1.13.0") - runtimeDownloadOnlyApi("com.aayushatharva.brotli4j:native-osx-x86_64:1.13.0") + runtimeDownloadOnlyApi("com.aayushatharva.brotli4j:native-osx-x86_64:1.14.0") runtimeDownloadOnlyApi("com.aayushatharva.brotli4j:native-linux-armv7:1.13.0") runtimeDownloadOnlyApi("com.aayushatharva.brotli4j:native-linux-aarch64:1.13.0") runtimeDownloadOnlyApi("com.aayushatharva.brotli4j:native-linux-x86_64:1.13.0")