This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new 49d74eac9d deps: align all log4j artifacts to 2.25.3 (#607)
49d74eac9d is described below
commit 49d74eac9d16602b0f1b22ec0edf97ee2c13f5cf
Author: Yasith Jayawardana <[email protected]>
AuthorDate: Mon Mar 30 15:13:26 2026 -0400
deps: align all log4j artifacts to 2.25.3 (#607)
Follow-up to #587 — bump log4j-api, log4j-slf4j2-impl, log4j-1.2-api from
2.24.0 to 2.25.3. All 9 modules build, all tests pass.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 787d791f84..86fcfb2b97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@ under the License.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.24.0</version>
+ <version>2.25.3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
@@ -144,12 +144,12 @@ under the License.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
- <version>2.24.0</version>
+ <version>2.25.3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
- <version>2.24.0</version>
+ <version>2.25.3</version>
</dependency>
<!-- Testing -->