From 99ff362653ba3b7bebeaab328ca03674b326023f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:37:59 +0000 Subject: [PATCH] chore(deps): Update dependency com.aayushatharva.brotli4j:native-windows-x86_64 to v1.17.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..c6be8eb 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { implementation(libs.gremlin.runtime) 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-windows-x86_64:1.17.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-linux-armv7:1.13.0")