exceptionfactory commented on a change in pull request #5259:
URL: https://github.com/apache/nifi/pull/5259#discussion_r678718375



##########
File path: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml
##########
@@ -121,6 +121,11 @@
             <artifactId>commons-text</artifactId>
             <version>1.8</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-dbcp2</artifactId>
+            <version>2.7.0</version>

Review comment:
       The latest version of Apache Commons DBCP2 appears to be 2.8.0, can this 
be updated? It appears that other components use version 2.7.0, so if this 
update works as expected, those other references could also be updated.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to