Skip to content

Commit fc87858

Browse files
committed
[TP] Update various dependencies to their latest version
1 parent fca5f00 commit fc87858

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

target-platform/target-platform.target

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<unit id="jakarta.annotation-api" version="1.3.5"/>
1515
</location>
1616
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
17-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/"/>
17+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-09/"/>
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.9/"/>
21+
<repository location="https://download.eclipse.org/egit/updates-6.10/"/>
2222
<unit id="org.eclipse.jgit" version="0.0.0"/>
2323
</location>
2424
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -35,7 +35,7 @@
3535
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
3636
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.6/"/>
3737
<repository location="https://download.eclipse.org/tm4e/releases/0.12.0/"/>
38-
<repository location="https://download.eclipse.org/lsp4e/releases/0.26.2/"/>
38+
<repository location="https://download.eclipse.org/lsp4e/releases/0.26.4/"/>
3939
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1/"/>
4040
<repository location="https://download.eclipse.org/mylyn/updates/release/4.3.0/"/>
4141
<unit id="org.eclipse.wildwebdeveloper.xml.feature.feature.group" version="0.0.0"/>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>ch.qos.logback</groupId>
5252
<artifactId>logback-classic</artifactId>
53-
<version>1.5.6</version>
53+
<version>1.5.7</version>
5454
<type>jar</type>
5555
</dependency>
5656
<dependency>
@@ -78,25 +78,25 @@
7878
<dependency>
7979
<groupId>com.google.guava</groupId>
8080
<artifactId>guava</artifactId>
81-
<version>33.2.0-jre</version>
81+
<version>33.3.0-jre</version>
8282
<type>jar</type>
8383
</dependency>
8484
<dependency>
8585
<groupId>commons-cli</groupId>
8686
<artifactId>commons-cli</artifactId>
87-
<version>1.8.0</version>
87+
<version>1.9.0</version>
8888
<type>jar</type>
8989
</dependency>
9090
<dependency>
9191
<groupId>commons-codec</groupId>
9292
<artifactId>commons-codec</artifactId>
93-
<version>1.17.0</version>
93+
<version>1.17.1</version>
9494
<type>jar</type>
9595
</dependency>
9696
<dependency>
9797
<groupId>org.apache.commons</groupId>
9898
<artifactId>commons-lang3</artifactId>
99-
<version>3.14.0</version>
99+
<version>3.16.0</version>
100100
<type>jar</type>
101101
</dependency>
102102
</dependencies>

0 commit comments

Comments
 (0)