diff --git a/pom.xml b/pom.xml
index 346fd77636..7eaef884f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -284,7 +284,7 @@
org.eclipse.platform
org.eclipse.core.runtime
- 3.31.100
+ 3.32.0
org.eclipse.platform
diff --git a/tycho-api/src/main/java/org/eclipse/tycho/TychoConstants.java b/tycho-api/src/main/java/org/eclipse/tycho/TychoConstants.java
index 4a396fc16a..4595fac7a6 100644
--- a/tycho-api/src/main/java/org/eclipse/tycho/TychoConstants.java
+++ b/tycho-api/src/main/java/org/eclipse/tycho/TychoConstants.java
@@ -23,7 +23,7 @@ public interface TychoConstants {
File USER_MAVEN_CONFIGURATION_HOME = new File(USER_HOME, ".m2");
File DEFAULT_USER_LOCALREPOSITORY = new File(USER_MAVEN_CONFIGURATION_HOME, "repository");
- public static final String ECLIPSE_LATEST = "https://download.eclipse.org/releases/2024-09/";
+ public static final String ECLIPSE_LATEST = "https://download.eclipse.org/releases/2024-12/";
public static final String TYCHO_NOT_CONFIGURED = "Tycho build extension not configured for ";
diff --git a/tycho-apitools-plugin/pom.xml b/tycho-apitools-plugin/pom.xml
index c1c8420b3d..69b5e7a194 100644
--- a/tycho-apitools-plugin/pom.xml
+++ b/tycho-apitools-plugin/pom.xml
@@ -38,14 +38,8 @@
org.eclipse.pde
org.eclipse.pde.api.tools
- 1.3.500
+ 1.3.600
jar
-
-
- *
- *
-
-
org.eclipse.pde
@@ -62,7 +56,7 @@
org.eclipse.platform
org.eclipse.equinox.common
- 3.19.100
+ 3.19.200
org.eclipse.jdt
diff --git a/tycho-extras/tycho-extras-its/src/test/java/org/eclipse/tycho/extras/pde/TestListDependencies.java b/tycho-extras/tycho-extras-its/src/test/java/org/eclipse/tycho/extras/pde/TestListDependencies.java
index a65b1d45cf..7e50f1c5aa 100644
--- a/tycho-extras/tycho-extras-its/src/test/java/org/eclipse/tycho/extras/pde/TestListDependencies.java
+++ b/tycho-extras/tycho-extras-its/src/test/java/org/eclipse/tycho/extras/pde/TestListDependencies.java
@@ -46,7 +46,7 @@ public void testDependencyWithNestedJar() throws Exception {
try (BufferedReader reader = Files.newBufferedReader(file.toPath())) {
File dependency = new File(reader.readLine());
assertTrue(dependency.exists());
- assertEquals("org.junit-4.13.2.v20230809-1000.jar", dependency.getName());
+ assertEquals("org.junit-4.13.2.v20240929-1000.jar", dependency.getName());
}
}
}
diff --git a/tycho-its/pom.xml b/tycho-its/pom.xml
index baaf54b744..59fafd3d8a 100644
--- a/tycho-its/pom.xml
+++ b/tycho-its/pom.xml
@@ -187,7 +187,7 @@
org.eclipse.platform
org.eclipse.jface
- 3.35.0
+ 3.35.100
test
diff --git a/tycho-its/src/test/java/org/eclipse/tycho/test/surefire/ExplodedTestDependenciesTest.java b/tycho-its/src/test/java/org/eclipse/tycho/test/surefire/ExplodedTestDependenciesTest.java
index f5c69ca9cf..02196a436f 100644
--- a/tycho-its/src/test/java/org/eclipse/tycho/test/surefire/ExplodedTestDependenciesTest.java
+++ b/tycho-its/src/test/java/org/eclipse/tycho/test/surefire/ExplodedTestDependenciesTest.java
@@ -31,7 +31,7 @@ public void testLocalMavenRepository() throws Exception {
// TODO this is only an indirect test; it should test that the bundles nested
// jars are accessible as file URLs
File antHome = new File(v01.getBasedir(),
- "tycho340.test/target/work/plugins/org.apache.ant_1.10.14.v20230922-1200");
+ "tycho340.test/target/work/plugins/org.apache.ant_1.10.15.v20240901-1000");
Assert.assertTrue(antHome.isDirectory());
}