From 9a27073e8f8d6024deb8e52c37b2dd95cafc8d70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 09:40:13 +0000 Subject: [PATCH] chore(deps): Update dependency com.aayushatharva.brotli4j:native-osx-aarch64 to v1.15.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..e4df7a2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { runtimeDownloadOnlyApi("org.spongepowered:configurate-extra-kotlin:4.2.0-SNAPSHOT") 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-aarch64:1.15.0") runtimeDownloadOnlyApi("com.aayushatharva.brotli4j:native-osx-x86_64:1.13.0") runtimeDownloadOnlyApi("com.aayushatharva.brotli4j:native-linux-armv7:1.13.0") runtimeDownloadOnlyApi("com.aayushatharva.brotli4j:native-linux-aarch64:1.13.0")