Skip to content

Commit b54ddc8

Browse files
Update target-platform with latest version
1 parent 673fc5b commit b54ddc8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

target-platform/target-platform.target

+10-10
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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-12/"/>
17+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-03/"/>
1818
<unit id="org.jdom2" version="0.0.0"/>
1919
</location>
2020
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -33,7 +33,7 @@
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">
36-
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.9/"/>
36+
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.10"/>
3737
<repository location="https://download.eclipse.org/tm4e/releases/0.14.0/"/>
3838
<repository location="https://download.eclipse.org/lsp4e/releases/0.26.7/"/>
3939
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1/"/>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>ch.qos.logback</groupId>
5656
<artifactId>logback-classic</artifactId>
57-
<version>1.5.12</version>
57+
<version>1.5.16</version>
5858
<type>jar</type>
5959
</dependency>
6060
<dependency>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.google.code.gson</groupId>
7272
<artifactId>gson</artifactId>
73-
<version>2.11.0</version>
73+
<version>2.12.1</version>
7474
<type>jar</type>
7575
</dependency>
7676
<dependency>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.google.guava</groupId>
8484
<artifactId>guava</artifactId>
85-
<version>33.3.1-jre</version>
85+
<version>33.4.0-jre</version>
8686
<type>jar</type>
8787
</dependency>
8888
<dependency>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>commons-codec</groupId>
9696
<artifactId>commons-codec</artifactId>
97-
<version>1.17.1</version>
97+
<version>1.18.0</version>
9898
<type>jar</type>
9999
</dependency>
100100
<dependency>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>io.takari.m2e.workspace</groupId>
113113
<artifactId>org.eclipse.m2e.workspace.cli</artifactId>
114-
<version>0.3.1</version>
114+
<version>0.4.0</version>
115115
<type>jar</type>
116116
</dependency>
117117
</dependencies>
@@ -121,7 +121,7 @@
121121
<dependency>
122122
<groupId>org.apache.maven.archetype</groupId>
123123
<artifactId>archetype-common</artifactId>
124-
<version>3.2.1</version>
124+
<version>3.3.1</version>
125125
<type>jar</type>
126126
</dependency>
127127
</dependencies>
@@ -144,13 +144,13 @@ Import-Package: org.jdom2*
144144
<dependency>
145145
<groupId>org.apache.maven.archetype</groupId>
146146
<artifactId>archetype-catalog</artifactId>
147-
<version>3.2.1</version>
147+
<version>3.3.1</version>
148148
<type>jar</type>
149149
</dependency>
150150
<dependency>
151151
<groupId>org.apache.maven.archetype</groupId>
152152
<artifactId>archetype-descriptor</artifactId>
153-
<version>3.2.1</version>
153+
<version>3.3.1</version>
154154
<type>jar</type>
155155
</dependency>
156156
<dependency>

0 commit comments

Comments
 (0)