Skip to content

Commit

Permalink
Update other deps
Browse files Browse the repository at this point in the history
So no old org.eclipse.core.runtime package content with different
signature ends up transitively.
  • Loading branch information
akurtakov authored and laeubi committed Jun 15, 2024
1 parent 248b9e8 commit 3cd59b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!-- When updating surefire version, double-check Import-Package statements generated by bnd-maven-plugin and possibly adapt instructions in various bnd.bnd files -->
<surefire-version>3.2.5</surefire-version>
<equinoxVersion>3.20.0</equinoxVersion>
<ecjVersion>3.37.0</ecjVersion>
<ecjVersion>3.38.0</ecjVersion>
<bnd.version>7.0.0</bnd.version>
<!-- these are referenced from src/main/resources/META-INF/plexus/components.xml -->
<resources-plugin.version>3.3.1</resources-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion tycho-apitools-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.37.0</version>
<version>3.38.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tycho-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.37.0</version>
<version>3.38.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.pde</groupId>
Expand Down
4 changes: 2 additions & 2 deletions tycho-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,14 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.jface</artifactId>
<version>3.33.0</version>
<version>3.34.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.37.0</version>
<version>3.38.0</version>
<scope>test</scope>
</dependency>
<!-- update site tests -->
Expand Down

0 comments on commit 3cd59b2

Please sign in to comment.