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

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

commit dbb973a6665f7f08a9ac70fb9c1819512611f3d7
Author: mr1716 <[email protected]>
AuthorDate: Mon Apr 17 12:56:51 2023 -0400

    NIFI-10333 Upgraded HikariCP from 4.0.3 to 5.0.1
    
    This closes #7177
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
 
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
index 27f5b9ea2a..ec1295f58c 100644
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>com.zaxxer</groupId>
             <artifactId>HikariCP</artifactId>
-            <version>4.0.3</version>
+            <version>5.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
@@ -66,4 +66,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

Reply via email to