diff --git a/README.md b/README.md
index 83fb9fda..2ea8d93e 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ For maven, the natives will
com.aayushatharva.brotli4j
brotli4j
- 1.17.0
+ 1.18.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.17.0"
+val brotliVersion = "1.18.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.17.0"
+def brotliVersion = "1.18.0"
def operatingSystem = DefaultNativePlatform.getCurrentOperatingSystem()
def currentArchitecture = DefaultNativePlatform.getCurrentArchitecture()
diff --git a/all/pom.xml b/all/pom.xml
index 252edad6..c3a8d0d4 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -23,7 +23,7 @@
com.aayushatharva.brotli4j
brotli4j-parent
- 1.17.0
+ 1.18.0
all
diff --git a/brotli4j/pom.xml b/brotli4j/pom.xml
index df89ef01..1ac9b367 100644
--- a/brotli4j/pom.xml
+++ b/brotli4j/pom.xml
@@ -22,7 +22,7 @@
brotli4j-parent
com.aayushatharva.brotli4j
- 1.17.0
+ 1.18.0
4.0.0
diff --git a/natives/linux-aarch64/pom.xml b/natives/linux-aarch64/pom.xml
index 02a0bd10..9280fe9f 100644
--- a/natives/linux-aarch64/pom.xml
+++ b/natives/linux-aarch64/pom.xml
@@ -22,7 +22,7 @@
natives
com.aayushatharva.brotli4j
- 1.17.0
+ 1.18.0
4.0.0
diff --git a/natives/linux-armv7/pom.xml b/natives/linux-armv7/pom.xml
index da1ad9a6..2a409254 100644
--- a/natives/linux-armv7/pom.xml
+++ b/natives/linux-armv7/pom.xml
@@ -22,7 +22,7 @@
natives
com.aayushatharva.brotli4j
- 1.17.0
+ 1.18.0
4.0.0
diff --git a/natives/linux-ppc64le/pom.xml b/natives/linux-ppc64le/pom.xml
index a2485ca2..d2fa7138 100644
--- a/natives/linux-ppc64le/pom.xml
+++ b/natives/linux-ppc64le/pom.xml
@@ -22,7 +22,7 @@
natives
com.aayushatharva.brotli4j
- 1.17.0
+ 1.18.0
4.0.0
diff --git a/natives/linux-riscv64/pom.xml b/natives/linux-riscv64/pom.xml
index ceece967..dbda2c7e 100644
--- a/natives/linux-riscv64/pom.xml
+++ b/natives/linux-riscv64/pom.xml
@@ -22,7 +22,7 @@
natives
com.aayushatharva.brotli4j
- 1.17.0
+ 1.18.0
4.0.0
diff --git a/natives/linux-s390x/pom.xml b/natives/linux-s390x/pom.xml
index c65bc9b5..c2099c4d 100644
--- a/natives/linux-s390x/pom.xml
+++ b/natives/linux-s390x/pom.xml
@@ -22,7 +22,7 @@
natives
com.aayushatharva.brotli4j
- 1.17.0
+ 1.18.0
4.0.0
diff --git a/natives/linux-x86_64/pom.xml b/natives/linux-x86_64/pom.xml
index 7b6e3bfb..056d34ab 100644
--- a/natives/linux-x86_64/pom.xml
+++ b/natives/linux-x86_64/pom.xml
@@ -22,7 +22,7 @@
natives
com.aayushatharva.brotli4j
- 1.17.0
+ 1.18.0
4.0.0
diff --git a/natives/osx-aarch64/pom.xml b/natives/osx-aarch64/pom.xml
index b1044b35..464aa3ab 100644
--- a/natives/osx-aarch64/pom.xml
+++ b/natives/osx-aarch64/pom.xml
@@ -22,7 +22,7 @@
natives
com.aayushatharva.brotli4j
- 1.17.0
+ 1.18.0
4.0.0
diff --git a/natives/osx-x86_64/pom.xml b/natives/osx-x86_64/pom.xml
index df010843..4814f4aa 100644
--- a/natives/osx-x86_64/pom.xml
+++ b/natives/osx-x86_64/pom.xml
@@ -22,7 +22,7 @@
natives
com.aayushatharva.brotli4j
- 1.17.0
+ 1.18.0
4.0.0
diff --git a/natives/pom.xml b/natives/pom.xml
index d257824a..5efc3abc 100644
--- a/natives/pom.xml
+++ b/natives/pom.xml
@@ -21,7 +21,7 @@
com.aayushatharva.brotli4j
brotli4j-parent
- 1.17.0
+ 1.18.0
4.0.0
diff --git a/natives/windows-aarch64/pom.xml b/natives/windows-aarch64/pom.xml
index 216a6e1e..6e6f7c42 100644
--- a/natives/windows-aarch64/pom.xml
+++ b/natives/windows-aarch64/pom.xml
@@ -22,7 +22,7 @@
natives
com.aayushatharva.brotli4j
- 1.17.0
+ 1.18.0
4.0.0
diff --git a/natives/windows-x86_64/pom.xml b/natives/windows-x86_64/pom.xml
index b6316347..c5eae70c 100644
--- a/natives/windows-x86_64/pom.xml
+++ b/natives/windows-x86_64/pom.xml
@@ -22,7 +22,7 @@
natives
com.aayushatharva.brotli4j
- 1.17.0
+ 1.18.0
4.0.0
diff --git a/pom.xml b/pom.xml
index 3cbdd9a2..25eedde9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
com.aayushatharva.brotli4j
brotli4j-parent
pom
- 1.17.0
+ 1.18.0
Brotli4j
Brotli4j provides Brotli compression and decompression for Java.
diff --git a/service/pom.xml b/service/pom.xml
index 247de475..3724fc6d 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -6,7 +6,7 @@
com.aayushatharva.brotli4j
brotli4j-parent
- 1.17.0
+ 1.18.0
service