File tree 1 file changed +17
-10
lines changed
1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 15
15
</parent >
16
16
<properties >
17
17
<site .installationModule>google-cloud-bigquery</site .installationModule>
18
+ <netty .version>4.1.118.Final</netty .version>
18
19
</properties >
19
20
<dependencies >
20
21
<dependency >
116
117
<dependency >
117
118
<groupId >org.apache.arrow</groupId >
118
119
<artifactId >arrow-memory-netty</artifactId >
119
- <!--
120
- Due to JDK8 requirement, we are forced to use arrow version below v18
121
- which has io.netty:netty-common a dep. and its vulnerabilities
122
- -->
123
- <exclusions >
124
- <exclusion >
125
- <groupId >io.netty</groupId >
126
- <artifactId >netty-common</artifactId >
127
- </exclusion >
128
- </exclusions >
120
+ <scope >runtime</scope >
121
+ </dependency >
122
+ <!--
123
+ Define io.netty versions to override org.apache.arrow:arrow-memory-netty
124
+ transitive dependency versions which contains vulnerabilities.
125
+ -->
126
+ <dependency >
127
+ <groupId >io.netty</groupId >
128
+ <artifactId >netty-common</artifactId >
129
+ <version >${netty.version} </version >
130
+ <scope >runtime</scope >
131
+ </dependency >
132
+ <dependency >
133
+ <groupId >io.netty</groupId >
134
+ <artifactId >netty-buffer</artifactId >
135
+ <version >${netty.version} </version >
129
136
<scope >runtime</scope >
130
137
</dependency >
131
138
You can’t perform that action at this time.
0 commit comments