From 933f71d05ea1f5c739326239c2694ae0466f85e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 12:22:41 +0000 Subject: [PATCH] Update dependency org.apache.logging.log4j:log4j-bom to v2.25.4 --- 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 17599cb..a8d763e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.20.0 junit4 = { module = "junit:junit", version = "4.13.2" } junit-bom = { module = "org.junit:junit-bom", version = "5.7.2" } latest-junit-bom = { module = "org.junit:junit-bom", version.ref = "latestJUnit" } -log4j-bom = { module = "org.apache.logging.log4j:log4j-bom", version = "2.25.3" } +log4j-bom = { module = "org.apache.logging.log4j:log4j-bom", version = "2.25.4" } maven-artifact = { module = "org.apache.maven:maven-artifact", version = "3.9.14" } mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version = "5.23.0" } testng = { module = "org.testng:testng", version.ref = "latestTestNG" }