[Project] Updated tyrus and grizzly versions

This commit is contained in:
Robert von Burg 2021-04-23 14:48:08 +02:00
parent 7cf4949a58
commit 3eda5149b8
2 changed files with 12 additions and 1 deletions

View File

@ -43,6 +43,7 @@
<jaxws.version>2.3.3</jaxws.version>
<jaxp.version>1.4.2</jaxp.version>
<tyrus.version>1.17</tyrus.version>
<grizzly.version>2.3.25</grizzly.version>
<websocket.version>1.1</websocket.version>
<sax.version>2.0.1</sax.version>
<csv.version>1.8</csv.version>
@ -149,6 +150,11 @@
<artifactId>tyrus-container-grizzly-server</artifactId>
<version>${tyrus.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-framework</artifactId>
<version>${grizzly.version}</version>
</dependency>
<!-- websocket -->
<dependency>
@ -241,6 +247,10 @@
<groupId>org.glassfish.tyrus</groupId>
<artifactId>tyrus-container-grizzly-client</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-framework</artifactId>
</dependency>
<!-- testing -->
<dependency>

View File

@ -94,7 +94,8 @@
<jaxb.api.version>2.4.0-b180830.0359</jaxb.api.version>
<jaxws.version>2.3.3</jaxws.version>
<jaxp.version>1.4.2</jaxp.version>
<tyrus.version>1.13</tyrus.version>
<tyrus.version>1.17</tyrus.version>
<grizzly.version>2.3.25</grizzly.version>
<websocket.version>1.1</websocket.version>
<sax.version>2.0.1</sax.version>
<csv.version>1.8</csv.version>