This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 25f285de5d6 IGNITE-28266 Rollback to stable log4j version for tests
and prevent from being bumped (#7802)
25f285de5d6 is described below
commit 25f285de5d6a6b79ec46e3da29d647643eb2f892
Author: Andrew V. Mashenkov <[email protected]>
AuthorDate: Fri Mar 20 12:40:57 2026 +0300
IGNITE-28266 Rollback to stable log4j version for tests and prevent from
being bumped (#7802)
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 37d3c3afabc..aa3aa021f57 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -51,7 +51,7 @@ micronautReactor="2.6.0"
mockito = "5.23.0"
picocli = "4.7.5"
slf4j = "2.0.17"
-log4j = "2.25.3"
+log4j = "2.24.3"
spoon = "10.4.3-beta-21"
swagger = "2.2.45"
swaggerParser = "2.1.39"