Skip to content

Commit

Permalink
Updating Jersey dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-kyosev-gs committed Feb 11, 2022
1 parent ec3410e commit 88505e9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<jakarta.servlet.api.version>4.0.4</jakarta.servlet.api.version>
<jaxb.version>2.3.3</jaxb.version>
<jaxb.runtime.version>2.3.5</jaxb.runtime.version>
<jersey.version>2.33</jersey.version>
<jersey.version>2.35</jersey.version>
<jetty.version>9.4.44.v20210927</jetty.version>
<joda.time.version>2.10.1</joda.time.version>
<junit.version>4.13.1</junit.version>
Expand Down Expand Up @@ -579,6 +579,16 @@
<artifactId>jersey-client</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
Expand Down

0 comments on commit 88505e9

Please sign in to comment.