Skip to content

Commit de83323

Browse files
committed
[TP] update to Eclipse 4.31 and latest versions of other dependencies
1 parent 8f65006 commit de83323

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

org.eclipse.m2e.logback.feature/p2.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ units.0.instructions.unconfigure= \
2121
org.eclipse.equinox.p2.touchpoint.eclipse.markStarted(started:false);
2222
units.0.hostRequirements.0.namespace=osgi.bundle
2323
units.0.hostRequirements.0.name=ch.qos.logback.classic
24-
units.0.hostRequirements.0.range=[1.3,1.5]
24+
units.0.hostRequirements.0.range=[1.3,1.6)
2525
units.0.hostRequirements.0.greedy=false

target-platform/target-platform.target

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
55
<locations>
66
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
7-
<repository location="https://download.eclipse.org/eclipse/updates/4.30/"/>
7+
<repository location="https://download.eclipse.org/eclipse/updates/4.31/"/>
88
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
99
<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="0.0.0"/>
1010
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
@@ -18,24 +18,24 @@
1818
<unit id="org.jdom2" version="0.0.0"/>
1919
</location>
2020
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
21-
<repository location="https://download.eclipse.org/egit/updates-6.8/"/>
21+
<repository location="https://download.eclipse.org/egit/updates-6.9/"/>
2222
<unit id="org.eclipse.jgit" version="0.0.0"/>
2323
</location>
2424
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
25-
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.36.0"/>
25+
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0"/>
2626
<unit id="org.eclipse.emf.edit.ui.feature.group" version="0.0.0"/>
2727
<unit id="org.eclipse.emf.ecore.edit.feature.group" version="0.0.0"/>
2828
</location>
2929
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
30-
<repository location="https://download.eclipse.org/webtools/downloads/drops/R3.32.0/R-3.32.0-20231114230950/repository/"/>
30+
<repository location="https://download.eclipse.org/webtools/downloads/drops/R3.33.0/R-3.33.0-20240304165142/repository/"/>
3131
<unit id="org.eclipse.wst.common.uriresolver" version="0.0.0"/>
3232
<unit id="org.eclipse.wst.common.emf" version="0.0.0"/>
3333
<unit id="org.eclipse.wst.xsd.core" version="0.0.0"/>
3434
</location>
3535
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
3636
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.3/"/>
37-
<repository location="https://download.eclipse.org/tm4e/releases/0.9.0/"/>
38-
<repository location="https://download.eclipse.org/lsp4e/releases/0.24.8/"/>
37+
<repository location="https://download.eclipse.org/tm4e/releases/0.11.0/"/>
38+
<repository location="https://download.eclipse.org/lsp4e/releases/0.25.1/"/>
3939
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.22.0/"/>
4040
<unit id="org.eclipse.wildwebdeveloper.xml.feature.feature.group" version="0.0.0"/>
4141
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>ch.qos.logback</groupId>
5151
<artifactId>logback-classic</artifactId>
52-
<version>1.5.0</version>
52+
<version>1.5.3</version>
5353
<type>jar</type>
5454
</dependency>
5555
<dependency>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.google.guava</groupId>
7979
<artifactId>guava</artifactId>
80-
<version>33.0.0-jre</version>
80+
<version>33.1.0-jre</version>
8181
<type>jar</type>
8282
</dependency>
8383
<dependency>

0 commit comments

Comments
 (0)