Skip to content

Commit 0edb9df

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 eff27b2 commit 0edb9df

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
@@ -181,7 +181,7 @@ dependencyResolutionManagement {
181181
def bytemanVersion = version "byteman", "4.0.20"
182182
def jbossJtaVersion = version "jbossJta", "7.0.0.Final"
183183
def jbossTxSpiVersion = version "jbossTxSpi", "8.0.0.Final"
184-
def log4jVersion = version "log4j", "2.17.1"
184+
def log4jVersion = version "log4j", "2.25.4"
185185
def mockitoVersion = version "mockito", "5.2.0"
186186
//Compatible with JDK20
187187
def shrinkwrapVersion = version "shrinkwrap", "1.2.6"

0 commit comments

Comments
 (0)