This is an automated email from the ASF dual-hosted git repository.
rabreu 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 f10b0a6db Bump com.zaxxer:HikariCP from 7.0.1 to 7.0.2 (#8230)
f10b0a6db is described below
commit f10b0a6db697d0d32a175cf8697073c57f394d5f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 30 12:58:37 2025 +0100
Bump com.zaxxer:HikariCP from 7.0.1 to 7.0.2 (#8230)
* Bump com.zaxxer:HikariCP from 7.0.1 to 7.0.2
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP)
from 7.0.1 to 7.0.2.
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
-
[Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-7.0.1...HikariCP-7.0.2)
---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
dependency-version: 7.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update DEPENDENCY-LICENSES
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: reiabreu <[email protected]>
---
DEPENDENCY-LICENSES | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index b1d7743a2..66c91820b 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -113,7 +113,7 @@ List of third-party dependencies grouped by their license
type.
* Guava ListenableFuture only
(com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava -
https://github.com/google/guava/listenablefuture)
* hawtbuf (org.fusesource.hawtbuf:hawtbuf:1.11 -
http://hawtbuf.fusesource.org/hawtbuf)
* Hibernate Validator Engine
(org.hibernate.validator:hibernate-validator:7.0.5.Final -
http://hibernate.org/validator/hibernate-validator)
- * HikariCP (com.zaxxer:HikariCP:7.0.1 -
https://github.com/brettwooldridge/HikariCP)
+ * HikariCP (com.zaxxer:HikariCP:7.0.2 -
https://github.com/brettwooldridge/HikariCP)
* j2html (com.j2html:j2html:1.6.0 - http://j2html.com)
* J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 -
https://github.com/google/j2objc/)
* Jackson-annotations
(com.fasterxml.jackson.core:jackson-annotations:2.19.2 -
https://github.com/FasterXML/jackson)
diff --git a/pom.xml b/pom.xml
index b66f1d34b..6af7b406a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<zookeeper.version>3.9.3</zookeeper.version>
<snappy.version>1.1.10.8</snappy.version>
<jline.version>2.14.6</jline.version>
- <hikari.version>7.0.1</hikari.version>
+ <hikari.version>7.0.2</hikari.version>
<hadoop.version>3.4.1</hadoop.version>
<hdfs.version>${hadoop.version}</hdfs.version>
<hbase.version>2.6.3-hadoop3</hbase.version>