Skip to content

Commit

Permalink
Update jersey to 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
merks authored and akurtakov committed Aug 8, 2024
1 parent 6098fce commit 35295b4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions releng/org.eclipse.linuxtools.target/linuxtools-e4.33.target
Original file line number Diff line number Diff line change
Expand Up @@ -228,43 +228,43 @@
<dependency>
<groupId>org.glassfish.jersey.connectors</groupId>
<artifactId>jersey-apache-connector</artifactId>
<version>3.1.7</version>
<version>3.1.8</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.1.7</version>
<version>3.1.8</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>3.1.7</version>
<version>3.1.8</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>3.1.7</version>
<version>3.1.8</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-entity-filtering</artifactId>
<version>3.1.7</version>
<version>3.1.8</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>3.1.7</version>
<version>3.1.8</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>3.1.7</version>
<version>3.1.8</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 35295b4

Please sign in to comment.