From 25071156802072677f66ed98dc506b2d49d9a9c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:11:38 +0000 Subject: [PATCH] chore(deps): Update dependency com.aayushatharva.brotli4j:brotli4j to v1.16.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..03ca795 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { runtimeDownloadOnlyApi("org.spongepowered:configurate-hocon:4.2.0-SNAPSHOT") 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:brotli4j:1.16.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")