[Project] Updating dependencies

This commit is contained in:
Robert von Burg 2021-09-24 14:45:01 +02:00
parent 74d5a3a8b7
commit 72c6d8f568
1 changed files with 20 additions and 3 deletions

23
pom.xml
View File

@ -63,7 +63,7 @@
<jersey.version>2.34</jersey.version>
<gson.version>2.8.6</gson.version>
<hikaricp.version>4.0.3</hikaricp.version>
<postgresql.version>42.2.15</postgresql.version>
<postgresql.version>42.2.20</postgresql.version>
<antlr.version>4.8-1</antlr.version>
<annotation.version>1.3.2</annotation.version>
<activation.version>1.1.1</activation.version>
@ -71,8 +71,10 @@
<serverlet.version>4.0.1</serverlet.version>
<jaxrs.api.version>2.1.1</jaxrs.api.version>
<jaxrs.ri.version>2.34</jaxrs.ri.version>
<jaxb.api.version>2.4.0-b180830.0359</jaxb.api.version>
<jaxws.version>2.3.4</jaxws.version>
<jaxb.api.version>2.3.1</jaxb.api.version>
<jaxb.core.version>2.3.0.1</jaxb.core.version>
<jaxb.impl.version>2.3.2</jaxb.impl.version>
<jaxws.version>3.0.2</jaxws.version>
<jaxp.version>1.4.2</jaxp.version>
<tyrus.version>1.17</tyrus.version>
<grizzly.version>2.3.35</grizzly.version>
@ -201,11 +203,26 @@
</dependency>
<!-- Restful API -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>${jaxb.core.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.impl.version}</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.api.version}</version>
</dependency>
<dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxp-api</artifactId>
<version>${jaxp.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>