Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump org.apache.hive:hive-jdbc from 3.1.3 to 4.0.1 #1246

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pipelines/controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>3.1.3</version>
<version>4.0.1</version>
<!-- We cannot switch to newer versions yet as they are not stable, e.g.,
4.0.0-beta-1 gives a NoClassDefFoundError on some Thrift classes;
or 4.0.0-alpha-2 fails to connect to the thrift server.
Expand Down Expand Up @@ -138,7 +138,7 @@
which has the CVE-2020-24750 vulnerability. Simple exclusion of this
is not the "right" approach but is working for our use-case. A new
release of `hive-jdbc` (which depends on `hive-*` libraries) can
resolve many of these issues as 3.1.3 is too old. -->
resolve many of these issues as 4.0.1 is too old. -->
<exclusion>
<groupId>org.apache.htrace</groupId>
<artifactId>htrace-core</artifactId>
Expand Down
Loading