This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
The following commit(s) were added to refs/heads/main by this push:
new a38a12ae chore(deps): bump org.apache.logging.log4j:log4j-core (#1027)
a38a12ae is described below
commit a38a12ae45e38f2b29c879220687bd20dbca728e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 5 13:40:37 2026 +0800
chore(deps): bump org.apache.logging.log4j:log4j-core (#1027)
Bumps org.apache.logging.log4j:log4j-core from 2.20.0 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>
---
java_interop/non-protobuf-dubbo/java-client/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java_interop/non-protobuf-dubbo/java-client/pom.xml
b/java_interop/non-protobuf-dubbo/java-client/pom.xml
index 4c0dacae..b0e18747 100644
--- a/java_interop/non-protobuf-dubbo/java-client/pom.xml
+++ b/java_interop/non-protobuf-dubbo/java-client/pom.xml
@@ -41,7 +41,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dubbo.version>3.3.0-beta.3</dubbo.version>
- <log4j2.version>2.20.0</log4j2.version>
+ <log4j2.version>2.25.3</log4j2.version>
<junit5.version>5.9.2</junit5.version>
</properties>