This is an automated email from the ASF dual-hosted git repository.
liuxiaocs pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new d07473c9761 HBASE-30083 Bump org.apache.logging.log4j:log4j-1.2-api
from 2.25.3 to 2.25.4 (#8076)
d07473c9761 is described below
commit d07473c9761cd9d5b58f19509ebda1b1571e206a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 16 10:32:46 2026 +0800
HBASE-30083 Bump org.apache.logging.log4j:log4j-1.2-api from 2.25.3 to
2.25.4 (#8076)
Bumps org.apache.logging.log4j:log4j-1.2-api from 2.25.3 to 2.25.4.
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-1.2-api
dependency-version: 2.25.4
dependency-type: direct:production
...
(cherry picked from commit 7448335602a9d8eb86d9a0df6069adeb7eabfba5)
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Dávid Paksy <[email protected]>
Signed-off-by: Xiao Liu <[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 985541cbd89..f53d7091b97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -602,7 +602,7 @@
<opentelemetry.version>1.49.0</opentelemetry.version>
<opentelemetry-semconv.version>1.29.0-alpha</opentelemetry-semconv.version>
<opentelemetry-javaagent.version>2.26.1</opentelemetry-javaagent.version>
- <log4j2.version>2.25.3</log4j2.version>
+ <log4j2.version>2.25.4</log4j2.version>
<mockito.version>4.11.0</mockito.version>
<byte-buddy.version>1.15.11</byte-buddy.version>
<!--Internally we use a different version of protobuf. See
hbase-protocol-shaded-->