Skip to content

Commit 7b10d2c

Browse files
committed
HHH-20334 Upgrade to Log4j 2.25.4
Technically we only: 1. Use it for testing 2. Have an API dependency in hibernate-testing, which provides some tools to work with log4j So the various CVEs are not really relevant: * https://logging.apache.org/security.html#CVE-2026-34478 * https://logging.apache.org/security.html#CVE-2026-34479 * https://logging.apache.org/security.html#CVE-2026-34481 Still, let’s avoid the noise related to automated tools reporting the problem.
1 parent 379c8b4 commit 7b10d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ dependencyResolutionManagement {
177177
def bytemanVersion = version "byteman", "4.0.24"
178178
def jbossJtaVersion = version "jbossJta", "7.2.2.Final"
179179
def jbossTxSpiVersion = version "jbossTxSpi", "8.0.0.Final"
180-
def log4jVersion = version "log4j", "2.24.3"
180+
def log4jVersion = version "log4j", "2.25.4"
181181
def mockitoVersion = version "mockito", "5.14.2"
182182
def shrinkwrapVersion = version "shrinkwrap", "1.2.6"
183183
def shrinkwrapDescriptorsVersion = version "shrinkwrapDescriptors", "2.0.0"

0 commit comments

Comments
 (0)