diff --git a/tycho-its/projects/api-tools/pom.xml b/tycho-its/projects/api-tools/pom.xml
index 71c9c3b6f1..f1230b7f92 100644
--- a/tycho-its/projects/api-tools/pom.xml
+++ b/tycho-its/projects/api-tools/pom.xml
@@ -12,7 +12,7 @@
bundle2
- https://download.eclipse.org/releases/2023-06/
+ https://download.eclipse.org/releases/2023-09/
diff --git a/tycho-its/projects/document-bundle-plugin/build-help-index/pom.xml b/tycho-its/projects/document-bundle-plugin/build-help-index/pom.xml
index 6723c553fc..202f5c4f85 100644
--- a/tycho-its/projects/document-bundle-plugin/build-help-index/pom.xml
+++ b/tycho-its/projects/document-bundle-plugin/build-help-index/pom.xml
@@ -6,7 +6,7 @@
1.0.0-SNAPSHOT
eclipse-plugin
- https://download.eclipse.org/releases/2023-03/
+ https://download.eclipse.org/releases/2023-09/
4.0.0-SNAPSHOT
diff --git a/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/EnvironmentUtil.java b/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/EnvironmentUtil.java
index cdd7d7bc6c..68fbb9fe16 100644
--- a/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/EnvironmentUtil.java
+++ b/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/EnvironmentUtil.java
@@ -36,7 +36,7 @@ public class EnvironmentUtil {
private static final String MAVEN_HOME_INFO = "Maven home:";
- public static final String ECLIPSE_LATEST = "https:////download.eclipse.org/releases/2022-12/";
+ public static final String ECLIPSE_LATEST = "https:////download.eclipse.org/releases/2023-09/";
private static final Properties props;