Skip to content

Commit 697d343

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 35291f1 commit 697d343

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
@@ -166,7 +166,7 @@ dependencyResolutionManagement {
166166
def bytemanVersion = version "byteman", "4.0.20"
167167
def jbossJtaVersion = version "jbossJta", "7.0.0.Final"
168168
def jbossTxSpiVersion = version "jbossTxSpi", "8.0.0.Final"
169-
def log4jVersion = version "log4j", "2.17.1"
169+
def log4jVersion = version "log4j", "2.25.4"
170170
def mockitoVersion = version "mockito", "5.2.0"
171171
//Compatible with JDK20
172172
def shrinkwrapVersion = version "shrinkwrap", "1.2.6"

0 commit comments

Comments
 (0)