Skip to content

Commit 6365081

Browse files
Update target-platform with latest version
1 parent 66d5b9e commit 6365081

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

target-platform/target-platform.target

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<unit id="org.eclipse.jgit"/>
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.41.0"/>
25+
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.42.0"/>
2626
<unit id="org.eclipse.emf.edit.ui.feature.group"/>
2727
<unit id="org.eclipse.emf.ecore.edit.feature.group"/>
2828
</location>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.google.code.gson</groupId>
7272
<artifactId>gson</artifactId>
73-
<version>2.12.1</version>
73+
<version>2.13.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.4.5-jre</version>
85+
<version>33.4.8-jre</version>
8686
<type>jar</type>
8787
</dependency>
8888
<dependency>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>org.apache.maven.archetype</groupId>
140140
<artifactId>archetype-common</artifactId>
141-
<version>3.2.1</version>
141+
<version>3.4.0</version>
142142
<type>jar</type>
143143
</dependency>
144144
</dependencies>
@@ -161,13 +161,13 @@ Import-Package: org.jdom2*
161161
<dependency>
162162
<groupId>org.apache.maven.archetype</groupId>
163163
<artifactId>archetype-catalog</artifactId>
164-
<version>3.2.1</version>
164+
<version>3.4.0</version>
165165
<type>jar</type>
166166
</dependency>
167167
<dependency>
168168
<groupId>org.apache.maven.archetype</groupId>
169169
<artifactId>archetype-descriptor</artifactId>
170-
<version>3.2.1</version>
170+
<version>3.4.0</version>
171171
<type>jar</type>
172172
</dependency>
173173
<dependency>

0 commit comments

Comments
 (0)