|
42 | 42 | <jsoup.version>1.14.2</jsoup.version>
|
43 | 43 | <tika.version>1.22</tika.version>
|
44 | 44 | <jackson.version>2.12.1</jackson.version>
|
| 45 | + <netty.version>4.1.72.Final</netty.version> |
45 | 46 | <jacksondatabind.version>2.12.1</jacksondatabind.version>
|
46 | 47 | <!-- Caution: version 4.5.12 and onward of apache httpclient causes a regression in recognizing S3 certificates (SNOW-259063) -->
|
47 | 48 | <httpclient.version>4.5.11</httpclient.version>
|
|
78 | 79 | <groupId>com.nimbusds</groupId>
|
79 | 80 | <artifactId>nimbus-jose-jwt</artifactId>
|
80 | 81 | <version>8.0</version>
|
| 82 | + <exclusions> |
| 83 | + <exclusion> <!-- exclude earlier versions of json-smart due to multiple vulnerabilities --> |
| 84 | + <groupId>net.minidev</groupId> |
| 85 | + <artifactId>json-smart</artifactId> |
| 86 | + </exclusion> |
| 87 | + </exclusions> |
| 88 | + </dependency> |
| 89 | + <dependency> |
| 90 | + <groupId>io.netty</groupId> |
| 91 | + <artifactId>netty-buffer</artifactId> |
| 92 | + <version>${netty.version}</version> |
| 93 | + </dependency> |
| 94 | + <dependency> |
| 95 | + <groupId>io.netty</groupId> |
| 96 | + <artifactId>netty-common</artifactId> |
| 97 | + <version>${netty.version}</version> |
81 | 98 | </dependency>
|
82 | 99 | <dependency>
|
83 | 100 | <groupId>org.apache.maven.plugins</groupId>
|
|
189 | 206 | <dependency>
|
190 | 207 | <groupId>net.minidev</groupId>
|
191 | 208 | <artifactId>json-smart</artifactId>
|
192 |
| - <version>2.4.5</version> |
| 209 | + <version>2.4.7</version> |
193 | 210 | </dependency>
|
194 | 211 | <dependency>
|
195 | 212 | <groupId>org.apache.commons</groupId>
|
|
290 | 307 | <groupId>commons-codec</groupId>
|
291 | 308 | <artifactId>commons-codec</artifactId>
|
292 | 309 | </exclusion>
|
| 310 | + <exclusion> |
| 311 | + <groupId>io.netty</groupId> |
| 312 | + <artifactId>netty-buffer</artifactId> |
| 313 | + </exclusion> |
| 314 | + <exclusion> |
| 315 | + <groupId>io.netty</groupId> |
| 316 | + <artifactId>netty-common</artifactId> |
| 317 | + </exclusion> |
293 | 318 | </exclusions>
|
294 | 319 | </dependency>
|
295 | 320 | <dependency>
|
|
0 commit comments