This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit cd76dc0366a72d0830da2412a990e0601e50ea77
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Fri Feb 3 12:26:29 2023 -0600

    NIFI-11140 This closes #6922. Upgraded Tomcat from 8.5.82 to 8.5.85 for 
Flume
    
    Signed-off-by: Joe Witt <joew...@apache.org>
---
 nifi-nar-bundles/nifi-flume-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-flume-bundle/pom.xml 
b/nifi-nar-bundles/nifi-flume-bundle/pom.xml
index aa51b7c97d..bc7039da46 100644
--- a/nifi-nar-bundles/nifi-flume-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-flume-bundle/pom.xml
@@ -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>

Reply via email to