Skip to content

Commit

Permalink
SLE-1046: Update dependencies
Browse files Browse the repository at this point in the history
Update the test dependencies to be on par with SLCORE / Tycho. Remove the Minimal JSON librariy that is not used anymore.
  • Loading branch information
thahnen committed Jan 22, 2025
1 parent eb5a0b8 commit 6ed9f26
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 14 deletions.
1 change: 0 additions & 1 deletion its/org.sonarlint.eclipse.its.cdt/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Require-Bundle: org.eclipse.jdt.core,
org.apache.commons.commons-io;bundle-version="2.16.1",
org.awaitility;bundle-version="4.2.2",
org.hamcrest;bundle-version="2.2.0",
minimal-json;bundle-version="0.9.5",
org.apache.commons.exec;bundle-version="1.3.0",
com.google.protobuf;bundle-version="3.25.1",
org.sonarlint.eclipse.its.shared
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Require-Bundle: org.eclipse.jdt.core,
org.sonarsource.orchestrator.sonar-orchestrator;bundle-version="3.43.0",
org.sonarsource.orchestrator.sonar-orchestrator-junit4;bundle-version="3.43.0",
org.sonarsource.sonarqube.sonar-ws;bundle-version="6.7.0",
minimal-json;bundle-version="0.9.5",
org.apache.commons.exec;bundle-version="1.3.0",
com.google.guava;bundle-version="18.0.0",
com.google.protobuf;bundle-version="3.25.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Require-Bundle: org.eclipse.jdt.core,
org.sonarsource.orchestrator.sonar-orchestrator;bundle-version="3.43.0",
org.sonarsource.orchestrator.sonar-orchestrator-junit4;bundle-version="3.43.0",
org.sonarsource.sonarqube.sonar-ws;bundle-version="6.7.0",
minimal-json;bundle-version="0.9.5",
org.apache.commons.exec;bundle-version="1.3.0",
com.google.guava;bundle-version="18.0.0",
com.google.protobuf;bundle-version="3.25.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Require-Bundle: org.eclipse.jdt.core,
org.apache.commons.commons-io;bundle-version="2.16.1",
org.awaitility;bundle-version="4.2.2",
org.hamcrest;bundle-version="2.2.0",
minimal-json;bundle-version="0.9.5",
org.apache.commons.exec;bundle-version="1.3.0",
com.google.protobuf;bundle-version="3.25.1",
org.sonarlint.eclipse.its.shared
Expand Down
4 changes: 2 additions & 2 deletions target-platforms/commons-build.target
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.13.0</version>
<version>5.15.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
10 changes: 2 additions & 8 deletions target-platforms/commons-its.target
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
<locations>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven">
<dependencies>
<dependency>
<groupId>com.eclipsesource.minimal-json</groupId>
<artifactId>minimal-json</artifactId>
<version>0.9.5</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down Expand Up @@ -37,7 +31,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.18.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -72,7 +66,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.3</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6ed9f26

Please sign in to comment.