Skip to content

Commit a8f065a

Browse files
committed
Fix #36099: update Undertow
1 parent 494f07d commit a8f065a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,28 @@
430430
<groupId>jakarta.mail</groupId>
431431
<artifactId>jakarta.mail-api</artifactId>
432432
</dependency>
433+
434+
<!-- Transitive dependencies updated for security -->
435+
<dependency>
436+
<groupId>io.undertow</groupId>
437+
<artifactId>undertow-core</artifactId>
438+
<version>2.3.21.Final</version>
439+
</dependency>
440+
<dependency>
441+
<groupId>io.undertow</groupId>
442+
<artifactId>undertow-servlet</artifactId>
443+
<version>2.3.21.Final</version>
444+
</dependency>
445+
<dependency>
446+
<groupId>io.undertow</groupId>
447+
<artifactId>undertow-websockets-jsr</artifactId>
448+
<version>2.3.21.Final</version>
449+
</dependency>
450+
<dependency>
451+
<groupId>org.apache.logging.log4j</groupId>
452+
<artifactId>log4j-api</artifactId>
453+
<version>2.25.3</version>
454+
</dependency>
433455
</dependencies>
434456

435457
<dependencyManagement>

0 commit comments

Comments
 (0)