From 3575fd79fa95e448fcacfe0c32befd03845fb2fc Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Mon, 25 Dec 2023 03:15:42 +0530 Subject: [PATCH] Prepare for v1.14.0 (#122) --- README.md | 6 +++--- all/pom.xml | 2 +- brotli4j/pom.xml | 2 +- natives/linux-aarch64/pom.xml | 2 +- natives/linux-armv7/pom.xml | 2 +- natives/linux-ppc64le/pom.xml | 2 +- natives/linux-riscv64/pom.xml | 2 +- natives/linux-s390x/pom.xml | 2 +- natives/linux-x86_64/pom.xml | 2 +- natives/osx-aarch64/pom.xml | 2 +- natives/osx-x86_64/pom.xml | 2 +- natives/pom.xml | 2 +- natives/windows-aarch64/pom.xml | 2 +- natives/windows-x86_64/pom.xml | 2 +- pom.xml | 2 +- service/pom.xml | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index c3127d74..04aefa7e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For maven, the natives will com.aayushatharva.brotli4j brotli4j - 1.13.0 + 1.14.0 ``` @@ -48,7 +48,7 @@ import org.gradle.nativeplatform.platform.internal.Architectures import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform import org.gradle.nativeplatform.operatingsystem.OperatingSystem -val brotliVersion = "1.13.0" +val brotliVersion = "1.14.0" val operatingSystem: OperatingSystem = DefaultNativePlatform.getCurrentOperatingSystem() repositories { @@ -94,7 +94,7 @@ dependencies { import org.gradle.nativeplatform.platform.internal.Architectures import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform -def brotliVersion = "1.13.0" +def brotliVersion = "1.14.0" def operatingSystem = DefaultNativePlatform.getCurrentOperatingSystem() repositories { diff --git a/all/pom.xml b/all/pom.xml index 6f29ed41..33e8f183 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -23,7 +23,7 @@ com.aayushatharva.brotli4j brotli4j-parent - 1.13.0 + 1.14.0 all diff --git a/brotli4j/pom.xml b/brotli4j/pom.xml index 3e16aa15..6a1e063b 100644 --- a/brotli4j/pom.xml +++ b/brotli4j/pom.xml @@ -22,7 +22,7 @@ brotli4j-parent com.aayushatharva.brotli4j - 1.13.0 + 1.14.0 4.0.0 diff --git a/natives/linux-aarch64/pom.xml b/natives/linux-aarch64/pom.xml index 1aed2eb4..056ac79b 100644 --- a/natives/linux-aarch64/pom.xml +++ b/natives/linux-aarch64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.13.0 + 1.14.0 4.0.0 diff --git a/natives/linux-armv7/pom.xml b/natives/linux-armv7/pom.xml index 82d2c35a..d3accc51 100644 --- a/natives/linux-armv7/pom.xml +++ b/natives/linux-armv7/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.13.0 + 1.14.0 4.0.0 diff --git a/natives/linux-ppc64le/pom.xml b/natives/linux-ppc64le/pom.xml index 71e54e7f..55a3fe52 100644 --- a/natives/linux-ppc64le/pom.xml +++ b/natives/linux-ppc64le/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.13.0 + 1.14.0 4.0.0 diff --git a/natives/linux-riscv64/pom.xml b/natives/linux-riscv64/pom.xml index f603647b..d6c7e85f 100644 --- a/natives/linux-riscv64/pom.xml +++ b/natives/linux-riscv64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.13.0 + 1.14.0 4.0.0 diff --git a/natives/linux-s390x/pom.xml b/natives/linux-s390x/pom.xml index d4bcff9c..35e169bd 100644 --- a/natives/linux-s390x/pom.xml +++ b/natives/linux-s390x/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.13.0 + 1.14.0 4.0.0 diff --git a/natives/linux-x86_64/pom.xml b/natives/linux-x86_64/pom.xml index 966376fa..f6a3731d 100644 --- a/natives/linux-x86_64/pom.xml +++ b/natives/linux-x86_64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.13.0 + 1.14.0 4.0.0 diff --git a/natives/osx-aarch64/pom.xml b/natives/osx-aarch64/pom.xml index be2a0388..92d2c55f 100644 --- a/natives/osx-aarch64/pom.xml +++ b/natives/osx-aarch64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.13.0 + 1.14.0 4.0.0 diff --git a/natives/osx-x86_64/pom.xml b/natives/osx-x86_64/pom.xml index 187af2d5..ede621f2 100644 --- a/natives/osx-x86_64/pom.xml +++ b/natives/osx-x86_64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.13.0 + 1.14.0 4.0.0 diff --git a/natives/pom.xml b/natives/pom.xml index 8fb8d355..8d34a14d 100644 --- a/natives/pom.xml +++ b/natives/pom.xml @@ -21,7 +21,7 @@ com.aayushatharva.brotli4j brotli4j-parent - 1.13.0 + 1.14.0 4.0.0 diff --git a/natives/windows-aarch64/pom.xml b/natives/windows-aarch64/pom.xml index 7a69bdab..118f1bc0 100644 --- a/natives/windows-aarch64/pom.xml +++ b/natives/windows-aarch64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.13.0 + 1.14.0 4.0.0 diff --git a/natives/windows-x86_64/pom.xml b/natives/windows-x86_64/pom.xml index ada44e3a..5cb2ce37 100644 --- a/natives/windows-x86_64/pom.xml +++ b/natives/windows-x86_64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.13.0 + 1.14.0 4.0.0 diff --git a/pom.xml b/pom.xml index 8e92f221..c615761e 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ com.aayushatharva.brotli4j brotli4j-parent pom - 1.13.0 + 1.14.0 Brotli4j Brotli4j provides Brotli compression and decompression for Java. diff --git a/service/pom.xml b/service/pom.xml index 85b72c17..ffad752f 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -6,7 +6,7 @@ com.aayushatharva.brotli4j brotli4j-parent - 1.13.0 + 1.14.0 service