This is an automated email from the ASF dual-hosted git repository.
petersomogyi pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 6fff4a16f37 HBASE-30193 Exclude transitive jakarta.mail dependency
(CVE-2025-7962) (#8296)
6fff4a16f37 is described below
commit 6fff4a16f37d9a07bb4719a39470a1d160b4b1fa
Author: Xavier Fernandis <[email protected]>
AuthorDate: Tue Jun 2 19:24:26 2026 +0530
HBASE-30193 Exclude transitive jakarta.mail dependency (CVE-2025-7962)
(#8296)
Signed-off-by: Peter Somogyi <[email protected]>
(cherry picked from commit 2eb5a34603fcb3ca035f63500ab2b6835d46a5ad)
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index ed54a25afb3..bb92845f79c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1819,6 +1819,10 @@
<groupId>com.sun.xml.ws</groupId>
<artifactId>samples</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.sun.mail</groupId>
+ <artifactId>jakarta.mail</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>