Skip to content

Commit 3411d0b

Browse files
committed
Fix #36099: update Undertow
1 parent 9893d89 commit 3411d0b

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
@@ -155,6 +155,28 @@
155155
<artifactId>junit-platform-launcher</artifactId>
156156
<scope>test</scope>
157157
</dependency>
158+
159+
<!-- Transitive dependencies updated for security -->
160+
<dependency>
161+
<groupId>io.undertow</groupId>
162+
<artifactId>undertow-core</artifactId>
163+
<version>2.3.21.Final</version>
164+
</dependency>
165+
<dependency>
166+
<groupId>io.undertow</groupId>
167+
<artifactId>undertow-servlet</artifactId>
168+
<version>2.3.21.Final</version>
169+
</dependency>
170+
<dependency>
171+
<groupId>io.undertow</groupId>
172+
<artifactId>undertow-websockets-jsr</artifactId>
173+
<version>2.3.21.Final</version>
174+
</dependency>
175+
<dependency>
176+
<groupId>org.apache.logging.log4j</groupId>
177+
<artifactId>log4j-api</artifactId>
178+
<version>2.25.3</version>
179+
</dependency>
158180
</dependencies>
159181

160182
<build>

0 commit comments

Comments
 (0)