We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5e269 commit 436a455Copy full SHA for 436a455
1 file changed
modules/transport-h2/pom.xml
@@ -141,21 +141,21 @@
141
<dependency>
142
<groupId>io.undertow</groupId>
143
<artifactId>undertow-core</artifactId>
144
- <version>2.3.10.Final</version>
+ <version>2.3.20.Final</version>
145
<optional>true</optional>
146
</dependency>
147
148
149
<artifactId>undertow-servlet</artifactId>
150
151
152
153
154
<!-- XNIO for async I/O (Apache 2.0 Licensed) -->
155
156
<groupId>org.jboss.xnio</groupId>
157
<artifactId>xnio-api</artifactId>
158
- <version>3.8.8.Final</version>
+ <version>3.8.14.Final</version>
159
160
161
0 commit comments