diff --git a/distribution/src/main/resources/sqlline.bat b/distribution/src/main/resources/sqlline.bat
index ac819bd7497..9c1c9ac2d86 100644
--- a/distribution/src/main/resources/sqlline.bat
+++ b/distribution/src/main/resources/sqlline.bat
@@ -203,11 +203,11 @@ if errorlevel 1 (
rem allow reflective access on Java 9+
set DRILL_SHELL_JAVA_OPTS=!DRILL_SHELL_JAVA_OPTS! ^
--add-opens java.base/java.lang=ALL-UNNAMED ^
- --add-opens=java.base/java.util=ALL-UNNAMED ^
+ --add-opens java.base/java.util=ALL-UNNAMED ^
--add-opens java.base/sun.nio.ch=ALL-UNNAMED ^
--add-opens java.base/java.net=ALL-UNNAMED ^
--add-opens java.base/java.nio=ALL-UNNAMED ^
- --add-opens java.security.jgss/sun.security.krb5=ALL-UNNAMED ^
+ --add-opens java.security.jgss/sun.security.krb5=ALL-UNNAMED
)
set SQLLINE_CALL=sqlline.SqlLine -ac org.apache.drill.exec.client.DrillSqlLineApplication
diff --git a/distribution/src/main/resources/winutils/hadoop.dll b/distribution/src/main/resources/winutils/hadoop.dll
index e7ffeacf089..441d3edd7d1 100644
Binary files a/distribution/src/main/resources/winutils/hadoop.dll and b/distribution/src/main/resources/winutils/hadoop.dll differ
diff --git a/distribution/src/main/resources/winutils/winutils.exe b/distribution/src/main/resources/winutils/winutils.exe
index 027ca137ba6..75be6995595 100644
Binary files a/distribution/src/main/resources/winutils/winutils.exe and b/distribution/src/main/resources/winutils/winutils.exe differ
diff --git a/docs/dev/HadoopWinutils.md b/docs/dev/HadoopWinutils.md
index 7b5b2bc5486..a9ead275ade 100644
--- a/docs/dev/HadoopWinutils.md
+++ b/docs/dev/HadoopWinutils.md
@@ -3,9 +3,9 @@
Hadoop Winutils native libraries are required to run Drill on Windows. The last version present in maven repository is 2.7.1 and is not updated anymore.
That's why Winutils version matching Hadoop version used in Drill is located in distribution/src/main/resources.
-Current Winutils version: *3.2.1.*
+Current Winutils version: *3.2.2.*
## References
- Official wiki: [Windows Problems](https://cwiki.apache.org/confluence/display/HADOOP2/WindowsProblems).
- Winutils compiling process is described [here](https://github.com/steveloughran/winutils).
-- Actual versions are being uploaded [here](https://github.com/cdarlint/winutils)
\ No newline at end of file
+- Actual versions are being uploaded [here](https://github.com/cdarlint/winutils)
diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index be681218492..c1f11a5071d 100644
--- a/exec/java-exec/pom.xml
+++ b/exec/java-exec/pom.xml
@@ -652,6 +652,14 @@
${testcontainers.version}
test
+
+ com.github.rdblue
+ brotli-codec
+ 0.1.1
+
+ provided
+
@@ -761,40 +769,6 @@
-
-
- non-win-amd64
-
-
- amd64
- !Windows
-
-
-
-
- com.github.rdblue
- brotli-codec
- ${brotli-codec.version}
-
-
-
-
-
- non-win-x86_64
-
-
- x86_64
- !Windows
-
-
-
-
- com.github.rdblue
- brotli-codec
- ${brotli-codec.version}
-
-
-
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index 43b00c8b2ce..96d17dce35a 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -197,10 +197,6 @@
io.airlift
aircompresssor
-
- com.github.rdblue
- brotli-codec
-
diff --git a/pom.xml b/pom.xml
index f2f4fadd94c..74ea9140a6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,6 @@
1.9.4
5.7
5.20
- 0.1.1
0.20
0.12.1
2.8.3