diff --git a/README.md b/README.md index 3e1863d5..83fb9fda 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For maven, the natives will com.aayushatharva.brotli4j brotli4j - 1.16.0 + 1.17.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.16.0" +val brotliVersion = "1.17.0" val operatingSystem: OperatingSystem = DefaultNativePlatform.getCurrentOperatingSystem() repositories { @@ -100,7 +100,7 @@ dependencies { import org.gradle.nativeplatform.platform.internal.Architectures import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform -def brotliVersion = "1.16.0" +def brotliVersion = "1.17.0" def operatingSystem = DefaultNativePlatform.getCurrentOperatingSystem() def currentArchitecture = DefaultNativePlatform.getCurrentArchitecture() diff --git a/all/pom.xml b/all/pom.xml index 1484de9c..252edad6 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -23,7 +23,7 @@ com.aayushatharva.brotli4j brotli4j-parent - 1.16.0 + 1.17.0 all diff --git a/brotli4j/pom.xml b/brotli4j/pom.xml index fff8c1f0..df89ef01 100644 --- a/brotli4j/pom.xml +++ b/brotli4j/pom.xml @@ -22,7 +22,7 @@ brotli4j-parent com.aayushatharva.brotli4j - 1.16.0 + 1.17.0 4.0.0 diff --git a/natives/linux-aarch64/pom.xml b/natives/linux-aarch64/pom.xml index 1d119f32..1ee8e4c0 100644 --- a/natives/linux-aarch64/pom.xml +++ b/natives/linux-aarch64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.16.0 + 1.17.0 4.0.0 diff --git a/natives/linux-armv7/pom.xml b/natives/linux-armv7/pom.xml index 20fb3137..75473a00 100644 --- a/natives/linux-armv7/pom.xml +++ b/natives/linux-armv7/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.16.0 + 1.17.0 4.0.0 diff --git a/natives/linux-ppc64le/pom.xml b/natives/linux-ppc64le/pom.xml index c367fea6..841240bc 100644 --- a/natives/linux-ppc64le/pom.xml +++ b/natives/linux-ppc64le/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.16.0 + 1.17.0 4.0.0 diff --git a/natives/linux-riscv64/pom.xml b/natives/linux-riscv64/pom.xml index 29f32e6d..b3f61183 100644 --- a/natives/linux-riscv64/pom.xml +++ b/natives/linux-riscv64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.16.0 + 1.17.0 4.0.0 diff --git a/natives/linux-s390x/pom.xml b/natives/linux-s390x/pom.xml index 6c507d09..70a67e34 100644 --- a/natives/linux-s390x/pom.xml +++ b/natives/linux-s390x/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.16.0 + 1.17.0 4.0.0 diff --git a/natives/linux-x86_64/pom.xml b/natives/linux-x86_64/pom.xml index 0543958d..583e198e 100644 --- a/natives/linux-x86_64/pom.xml +++ b/natives/linux-x86_64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.16.0 + 1.17.0 4.0.0 diff --git a/natives/osx-aarch64/pom.xml b/natives/osx-aarch64/pom.xml index cbdf1bb5..ed99fab8 100644 --- a/natives/osx-aarch64/pom.xml +++ b/natives/osx-aarch64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.16.0 + 1.17.0 4.0.0 diff --git a/natives/osx-x86_64/pom.xml b/natives/osx-x86_64/pom.xml index d2529ee2..1716ff5f 100644 --- a/natives/osx-x86_64/pom.xml +++ b/natives/osx-x86_64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.16.0 + 1.17.0 4.0.0 diff --git a/natives/pom.xml b/natives/pom.xml index d6d79882..d257824a 100644 --- a/natives/pom.xml +++ b/natives/pom.xml @@ -21,7 +21,7 @@ com.aayushatharva.brotli4j brotli4j-parent - 1.16.0 + 1.17.0 4.0.0 diff --git a/natives/windows-aarch64/pom.xml b/natives/windows-aarch64/pom.xml index 81bf90dc..a7d61794 100644 --- a/natives/windows-aarch64/pom.xml +++ b/natives/windows-aarch64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.16.0 + 1.17.0 4.0.0 diff --git a/natives/windows-x86_64/pom.xml b/natives/windows-x86_64/pom.xml index 2dd7810a..e367fce7 100644 --- a/natives/windows-x86_64/pom.xml +++ b/natives/windows-x86_64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.16.0 + 1.17.0 4.0.0 diff --git a/pom.xml b/pom.xml index 85bd39b5..9baea35e 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ com.aayushatharva.brotli4j brotli4j-parent pom - 1.16.0 + 1.17.0 Brotli4j Brotli4j provides Brotli compression and decompression for Java. diff --git a/service/pom.xml b/service/pom.xml index 03a06e57..247de475 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -6,7 +6,7 @@ com.aayushatharva.brotli4j brotli4j-parent - 1.16.0 + 1.17.0 service