This is an automated email from the ASF dual-hosted git repository. yasith pushed a commit to branch deps/align-log4j-2.25.3 in repository https://gitbox.apache.org/repos/asf/airavata.git
commit b4925e9c8031aa3af676638d4f8357db745602e2 Author: yasithdev <[email protected]> AuthorDate: Mon Mar 30 15:07:34 2026 -0400 deps: align log4j-api, log4j-slf4j2-impl, log4j-1.2-api to 2.25.3 Follow-up to #587 — keep all log4j artifacts at the same version. --- 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 -->
