Skip to content

Commit 161da05

Browse files
authored
CVE-2026-1225 Logback allows an attacker to instantiate classes already present on the class path (#583)
1 parent 7f0b98f commit 161da05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opendj-embedded/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Header, with the fields enclosed by brackets [] replaced by your own identifying
1313
information: "Portions Copyright [year] [name of copyright owner]".
1414
15-
Copyright 2024 3A Systems LLC.
15+
Copyright 2024-2026 3A Systems LLC.
1616
-->
1717
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1818
<modelVersion>4.0.0</modelVersion>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>ch.qos.logback</groupId>
4040
<artifactId>logback-core</artifactId>
41-
<version>1.5.19</version>
41+
<version>1.5.26</version>
4242
<exclusions>
4343
<exclusion>
4444
<artifactId>slf4j-api</artifactId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>ch.qos.logback</groupId>
5151
<artifactId>logback-classic</artifactId>
52-
<version>1.5.18</version>
52+
<version>1.5.26</version>
5353
<exclusions>
5454
<exclusion>
5555
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)