NIFI-11140 This closes #6922. Upgraded Tomcat from 8.5.82 to 8.5.85 for Flume

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
exceptionfactory 2023-02-03 12:26:29 -06:00 committed by Joe Witt
parent 28b9f6fc02
commit cd76dc0366
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.82</version>
<version>8.5.85</version>
</dependency>
</dependencies>
</dependencyManagement>