Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Jul 8, 2024
1 parent d00eb26 commit 490ab46
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions releng/org.eclipse.linuxtools.target/linuxtools-e4.33.target
Original file line number Diff line number Diff line change
Expand Up @@ -83,37 +83,37 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-guava</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -162,7 +162,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.2.0-jre</version>
<version>33.2.1-jre</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -186,19 +186,19 @@
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-api</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-locator</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-utils</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 490ab46

Please sign in to comment.