Skip to content

Commit ba9f20a

Browse files
Bump org.apache.hive:hive-jdbc from 3.1.3 to 4.1.0
Bumps org.apache.hive:hive-jdbc from 3.1.3 to 4.1.0. --- updated-dependencies: - dependency-name: org.apache.hive:hive-jdbc dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2bcddc commit ba9f20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipelines/controller/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>org.apache.hive</groupId>
117117
<artifactId>hive-jdbc</artifactId>
118-
<version>3.1.3</version>
118+
<version>4.1.0</version>
119119
<!-- We cannot switch to newer versions yet as they are not stable, e.g.,
120120
4.0.0-beta-1 gives a NoClassDefFoundError on some Thrift classes;
121121
or 4.0.0-alpha-2 fails to connect to the thrift server.
@@ -143,7 +143,7 @@
143143
which has the CVE-2020-24750 vulnerability. Simple exclusion of this
144144
is not the "right" approach but is working for our use-case. A new
145145
release of `hive-jdbc` (which depends on `hive-*` libraries) can
146-
resolve many of these issues as 3.1.3 is too old. -->
146+
resolve many of these issues as 4.1.0 is too old. -->
147147
<exclusion>
148148
<groupId>org.apache.htrace</groupId>
149149
<artifactId>htrace-core</artifactId>

0 commit comments

Comments
 (0)