This is an automated email from the ASF dual-hosted git repository.
psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-connectors.git
The following commit(s) were added to refs/heads/master by this push:
new abaa002 HBASE-29824 Bump org.apache.logging.log4j:log4j-core from
2.17.2 to 2.25.3 (#149)
abaa002 is described below
commit abaa0027993f5e24b0ba0cf621f593a9e58a21af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 13 15:07:27 2026 +0100
HBASE-29824 Bump org.apache.logging.log4j:log4j-core from 2.17.2 to 2.25.3
(#149)
Bumps org.apache.logging.log4j:log4j-core from 2.17.2 to 2.25.3.
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-version: 2.25.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Peter Somogyi <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e10132f..3608b2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<hadoop-three.version>3.4.1</hadoop-three.version>
<hadoop.version>${hadoop-three.version}</hadoop.version>
<slf4j.version>1.7.36</slf4j.version>
- <log4j2.version>2.17.2</log4j2.version>
+ <log4j2.version>2.25.3</log4j2.version>
<reload4j.version>1.2.25</reload4j.version>
<checkstyle.version>8.45.1</checkstyle.version>
<spotless.version>2.27.2</spotless.version>