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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new d0b903137 build(deps): bump com.zaxxer:HikariCP from 7.0.2 to 7.1.0 in 
/examples (#8836)
d0b903137 is described below

commit d0b90313771101b4f6844fba4aa99ba6d8545566
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 14:26:58 2026 +0200

    build(deps): bump com.zaxxer:HikariCP from 7.0.2 to 7.1.0 in /examples 
(#8836)
    
    Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) 
from 7.0.2 to 7.1.0.
    - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
    - 
[Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-7.0.2...HikariCP-7.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.zaxxer:HikariCP
      dependency-version: 7.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e34072524..7c1cffb2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <zookeeper.version>3.9.5</zookeeper.version>
         <snappy.version>1.1.10.8</snappy.version>
         <jline.version>2.14.6</jline.version>
-        <hikari.version>7.0.2</hikari.version>
+        <hikari.version>7.1.0</hikari.version>
         <hadoop.version>3.5.0</hadoop.version>
         <hbase.version>2.6.5-hadoop3</hbase.version>
         <kryo.version>5.6.2</kryo.version>

Reply via email to