This is an automated email from the ASF dual-hosted git repository.
petersomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 2eb5a34603f HBASE-30193 Exclude transitive jakarta.mail dependency
(CVE-2025-7962) (#8296)
2eb5a34603f is described below
commit 2eb5a34603fcb3ca035f63500ab2b6835d46a5ad
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]>
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 92e2fab10f9..b782a160311 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1886,6 +1886,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>