Skip to content

Commit 55c6b05

Browse files
zkirkseyCodice Release Manager
andauthored
[2.29.x] Fix CVE-2026-27727 (#6989)
* [2.29.x] Fix CVE-2026-27727 --------- Co-authored-by: Codice Release Manager <info@codicefoundation.org>
1 parent fa6912f commit 55c6b05

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

platform/platform-scheduler/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
<groupId>org.quartz-scheduler</groupId>
3535
<artifactId>quartz</artifactId>
3636
<version>${quartz.version}</version>
37+
<exclusions>
38+
<exclusion>
39+
<groupId>com.mchange</groupId>
40+
<artifactId>c3p0</artifactId>
41+
</exclusion>
42+
</exclusions>
3743
</dependency>
3844
<dependency>
3945
<groupId>ddf.security.core</groupId>
@@ -157,6 +163,7 @@
157163
com.typesafe.config;resolution:=optional,
158164
org.apache.logging.log4j.core;resolution:=optional,
159165
org.apache.logging.log4j.core.config;resolution:=optional,
166+
org.apache.logging.log4j.core.appender;resolution:=optional,
160167
<!-- END -->
161168
*
162169
</Import-Package>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
<poi.version>5.4.1</poi.version>
283283
<xmlbeans.version>5.3.0</xmlbeans.version>
284284
<protobuf.version>4.33.0</protobuf.version>
285-
<quartz.version>2.3.2</quartz.version>
285+
<quartz.version>2.5.2</quartz.version>
286286
<require-css.version>0.1.10</require-css.version>
287287
<sardine.version>5.7</sardine.version>
288288
<hazelcast.version>5.3.5</hazelcast.version>

0 commit comments

Comments
 (0)