NIFI-10348 Upgraded Tomcat Embed to 8.5.82 for Flume NAR

- Upgraded tomcat-embed-core from 8.5.46 to 8.5.82 for Flume components

Signed-off-by: Nathan Gough <thenatog@gmail.com>

This closes #6292.
This commit is contained in:
exceptionfactory 2022-08-11 09:18:59 -05:00 committed by Nathan Gough
parent fa85a05a2b
commit 90aa778a6c
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@
<artifactId>netty</artifactId>
<version>${netty.3.version}</version>
</dependency>
<!-- Override Tomcat Embed Core 8.5.46 from Flume 1.10.0 -->
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.82</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>