Skip to content

Commit

Permalink
Update target platform with latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Jan 29, 2025
1 parent fbaf745 commit 96ad57c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions releng/org.eclipse.linuxtools.target/linuxtools-latest.target
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.79</version>
<version>1.80</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<version>1.79</version>
<version>1.80</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -228,43 +228,43 @@
<dependency>
<groupId>org.glassfish.jersey.connectors</groupId>
<artifactId>jersey-apache5-connector</artifactId>
<version>3.1.9</version>
<version>3.1.10</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.1.9</version>
<version>3.1.10</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>3.1.9</version>
<version>3.1.10</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>3.1.9</version>
<version>3.1.10</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-entity-filtering</artifactId>
<version>3.1.9</version>
<version>3.1.10</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>3.1.9</version>
<version>3.1.10</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>3.1.9</version>
<version>3.1.10</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 96ad57c

Please sign in to comment.