File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 115
115
<dependency >
116
116
<groupId >org.apache.hive</groupId >
117
117
<artifactId >hive-jdbc</artifactId >
118
- <version >3 .1.3 </version >
118
+ <version >4 .1.0 </version >
119
119
<!-- We cannot switch to newer versions yet as they are not stable, e.g.,
120
120
4.0.0-beta-1 gives a NoClassDefFoundError on some Thrift classes;
121
121
or 4.0.0-alpha-2 fails to connect to the thrift server.
143
143
which has the CVE-2020-24750 vulnerability. Simple exclusion of this
144
144
is not the "right" approach but is working for our use-case. A new
145
145
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. -->
147
147
<exclusion >
148
148
<groupId >org.apache.htrace</groupId >
149
149
<artifactId >htrace-core</artifactId >
You can’t perform that action at this time.
0 commit comments