Skip to content

Commit 436a455

Browse files
AXIS2-6099 fix some dependabot alerts on old versions
1 parent 4b5e269 commit 436a455

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/transport-h2/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,21 +141,21 @@
141141
<dependency>
142142
<groupId>io.undertow</groupId>
143143
<artifactId>undertow-core</artifactId>
144-
<version>2.3.10.Final</version>
144+
<version>2.3.20.Final</version>
145145
<optional>true</optional>
146146
</dependency>
147147
<dependency>
148148
<groupId>io.undertow</groupId>
149149
<artifactId>undertow-servlet</artifactId>
150-
<version>2.3.10.Final</version>
150+
<version>2.3.20.Final</version>
151151
<optional>true</optional>
152152
</dependency>
153153

154154
<!-- XNIO for async I/O (Apache 2.0 Licensed) -->
155155
<dependency>
156156
<groupId>org.jboss.xnio</groupId>
157157
<artifactId>xnio-api</artifactId>
158-
<version>3.8.8.Final</version>
158+
<version>3.8.14.Final</version>
159159
<optional>true</optional>
160160
</dependency>
161161

0 commit comments

Comments
 (0)