Skip to content

Commit 586704a

Browse files
authored
CVE‐2025‐12194 While the situation with the JVM garbage collector overrun for Java 17 and Java 21 greatly improved with the changes in 2.1.1, we’ve still had some reports that can only be related to the use of the disposal daemon (#593)
1 parent 9ab2214 commit 586704a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

opendj-embedded/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>ch.qos.logback</groupId>
4040
<artifactId>logback-core</artifactId>
41-
<version>1.5.26</version>
41+
<version>1.5.29</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.26</version>
52+
<version>1.5.29</version>
5353
<exclusions>
5454
<exclusion>
5555
<artifactId>slf4j-api</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<freemarker.version>2.3.34</freemarker.version>
4040
<metrics-core.version>4.2.30</metrics-core.version>
4141
<bc.fips.version>2.1.2</bc.fips.version>
42-
<bctls.fips.version>2.1.20</bctls.fips.version>
43-
<bcpkix.fips.version>2.1.9</bcpkix.fips.version>
42+
<bctls.fips.version>2.1.22</bctls.fips.version>
43+
<bcpkix.fips.version>2.1.10</bcpkix.fips.version>
4444
<maven.compiler.target>11</maven.compiler.target>
4545
<maven.compiler.source>11</maven.compiler.source>
4646
<!-- OSGi bundles properties -->

0 commit comments

Comments
 (0)