Skip to content

Commit 6cca6de

Browse files
committed
Update XNIO to fix a CVE
1 parent a67c157 commit 6cca6de

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,18 @@
362362
<artifactId>undertow-websockets-jsr</artifactId>
363363
<version>2.2.8.Final</version>
364364
</dependency>
365+
<dependency>
366+
<groupId>org.jboss.xnio</groupId>
367+
<artifactId>xnio-nio</artifactId>
368+
<version>3.8.4.Final</version>
369+
</dependency>
370+
<dependency>
371+
<groupId>org.jboss.xnio</groupId>
372+
<artifactId>xnio-api</artifactId>
373+
<version>3.8.4.Final</version>
374+
</dependency>
375+
376+
365377

366378
</dependencies>
367379

0 commit comments

Comments
 (0)