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

vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 3c88d9aa9b QPID-8705: [Broker-J] Bump hikaricp dependency to the 
version 7.0.1 (#315)
3c88d9aa9b is described below

commit 3c88d9aa9b26420c096b23a3c1003923194cf36b
Author: Daniil Kirilyuk <daniel.kiril...@gmail.com>
AuthorDate: Mon Aug 18 11:38:23 2025 +0200

    QPID-8705: [Broker-J] Bump hikaricp dependency to the version 7.0.1 (#315)
    
    * QPID-8705: [Broker-J] Bump hikaricp dependency to the version 7.0.0
    
    * QPID-8705: [Broker-J] Bump hikaricp dependency to the version 7.0.1
---
 .../src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE    | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index 136e927f09..de33408c2d 100644
--- 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -277,7 +277,7 @@ From: 'Webtide' (https://webtide.com)
 
 From: 'Zaxxer.com' (https://github.com/brettwooldridge)
 
-  - HikariCP (https://github.com/brettwooldridge/HikariCP) 
com.zaxxer:HikariCP:bundle:6.3.0
+  - HikariCP (https://github.com/brettwooldridge/HikariCP) 
com.zaxxer:HikariCP:bundle:7.0.1
     License: The Apache Software License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
 
 
diff --git a/pom.xml b/pom.xml
index 475221621d..3026aa2885 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
     <jetty-version>12.0.23</jetty-version>
 
     <!-- dependency version numbers -->
-    <hikari-cp-version>6.3.0</hikari-cp-version>
+    <hikari-cp-version>7.0.1</hikari-cp-version>
     <commons-cli-version>1.9.0</commons-cli-version>
 
     <geronimo-jms-1-1-version>1.1.1</geronimo-jms-1-1-version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to