@@ -8,15 +8,15 @@ Brotli4j provides Brotli compression and decompression for Java.
8
8
9
9
| Module | Architecture | Tested On |
10
10
| :------------------------------| :------------:| --------------------------------:|
11
- | Windows (Windows Server 2022) | x64 | JDK 1.8, JDK 11, JDK 17 |
12
- | Linux (CentOS 6) | x64 | JDK 1.8, JDK 11, JDK 17 |
13
- | Linux (Ubuntu 18.04) | Aarch64 | JDK 1.8, JDK 11, JDK 17 |
14
- | Linux (Ubuntu 18.04) | ARMv7 | JDK 1.8, JDK 11 |
11
+ | Windows (Windows Server 2022) | x64 | JDK 1.8, JDK 11, JDK 17, JDK 21 |
12
+ | Linux (CentOS 6) | x64 | JDK 1.8, JDK 11, JDK 17, JDK 21 |
13
+ | Linux (Ubuntu 18.04) | Aarch64 | JDK 1.8, JDK 11, JDK 17, JDK 21 |
14
+ | Linux (Ubuntu 18.04) | ARMv7 | JDK 1.8, JDK 11, JDK 17 |
15
15
| Linux (Ubuntu 18.04) | s390x | JDK 1.8, JDK 11 |
16
- | Linux (Ubuntu 18.04) | ppc64le | JDK 1.8, JDK 11 |
17
- | Linux (Ubuntu 20.04) | RISC-V64 | JDK 1.8, JDK 11, JDK 17, JDK 21 |
18
- | macOS (Catalina) | x64 | JDK 1.8, JDK 11, JDK 17 |
19
- | macOS (Catalina) | Aarch64 | JDK 1.8, JDK 11, JDK 17 |
16
+ | Linux (Ubuntu 18.04) | ppc64le | JDK 1.8, JDK 11 |
17
+ | Linux (Ubuntu 20.04) | RISC-v64 | JDK 1.8, JDK 11, JDK 17, JDK 21 |
18
+ | macOS (Catalina) | x64 | JDK 1.8, JDK 11, JDK 17, JDK 21 |
19
+ | macOS (Catalina) | Aarch64 | JDK 1.8, JDK 11, JDK 17, JDK 21 |
20
20
21
21
#### * Install [ Microsoft Visual C++ Redistributable] ( https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170 ) before running this library on Windows
22
22
@@ -31,7 +31,7 @@ For maven, the natives will
31
31
<dependency >
32
32
<groupId >com.aayushatharva.brotli4j</groupId >
33
33
<artifactId >brotli4j</artifactId >
34
- <version >1.12 .0</version >
34
+ <version >1.13 .0</version >
35
35
</dependency >
36
36
```
37
37
@@ -47,7 +47,7 @@ import org.gradle.nativeplatform.platform.internal.Architectures
47
47
import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
48
48
import org.gradle.nativeplatform.operatingsystem.OperatingSystem
49
49
50
- val brotliVersion = " 1.12 .0"
50
+ val brotliVersion = " 1.13 .0"
51
51
val operatingSystem: OperatingSystem = DefaultNativePlatform .getCurrentOperatingSystem()
52
52
53
53
repositories {
@@ -93,7 +93,7 @@ dependencies {
93
93
import org.gradle.nativeplatform.platform.internal.Architectures
94
94
import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
95
95
96
- def brotliVersion = "1.12 .0"
96
+ def brotliVersion = "1.13 .0"
97
97
def operatingSystem = DefaultNativePlatform.getCurrentOperatingSystem()
98
98
99
99
repositories {
0 commit comments