Skip to content

Commit

Permalink
Bump org.apache.hive:hive-jdbc from 3.1.3 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps org.apache.hive:hive-jdbc from 3.1.3 to 4.0.0.

---
updated-dependencies:
- dependency-name: org.apache.hive:hive-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 049c465 commit 6a31e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>3.1.3</version>
<version>4.0.0</version>
<!-- We cannot switch to newer versions yet as they are not stable, e.g.,
the next one gives a NoClassDefFoundError on some Thrift classes.
Because of this issue we exclude `log4j:log4j` and pin a newer version.
Expand Down Expand Up @@ -130,7 +130,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.0 is too old. -->
<exclusion>
<groupId>org.apache.htrace</groupId>
<artifactId>htrace-core</artifactId>
Expand Down

0 comments on commit 6a31e8e

Please sign in to comment.