Skip to content

Commit aa4e064

Browse files
Update target-platform with latest version
1 parent 0428a58 commit aa4e064

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
<unit id="org.eclipse.jdt.apt.pluggable.core" version="0.0.0" />
2626
<unit id="org.eclipse.pde.junit.runtime" version="0.0.0" />
2727
<unit id="org.eclipse.jdt.junit4.runtime" version="0.0.0" />
28-
<unit id="junit-jupiter-api" version="5.14.1" />
29-
<unit id="junit-jupiter-params" version="5.14.1" />
30-
<unit id="junit-vintage-engine" version="5.14.1" />
31-
<unit id="junit-platform-suite-engine" version="1.14.1" />
28+
<unit id="junit-jupiter-api" version="6.0.2" />
29+
<unit id="junit-jupiter-params" version="6.0.2" />
30+
<unit id="junit-vintage-engine" version="5.14.2" />
31+
<unit id="junit-platform-suite-engine" version="6.0.2" />
3232
<unit id="org.eclipse.jdt.core.manipulation" version="0.0.0" />
3333
<unit id="org.eclipse.jdt.core.compiler.batch" version="0.0.0" />
3434
<unit id="org.eclipse.jdt.core" version="0.0.0" />
@@ -43,7 +43,7 @@
4343
<unit id="org.eclipse.xtext.xbase.lib" version="0.0.0" />
4444
<unit id="ch.qos.logback.classic" version="0.0.0" />
4545
<unit id="ch.qos.logback.core" version="0.0.0" />
46-
<repository location="https://download.eclipse.org/releases/2025-12/" />
46+
<repository location="https://download.eclipse.org/releases/2026-03/" />
4747
</location>
4848
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
4949
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.24.0/" />
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.mockito</groupId>
6868
<artifactId>mockito-junit-jupiter</artifactId>
69-
<version>5.20.0</version>
69+
<version>5.21.0</version>
7070
<type>jar</type>
7171
</dependency>
7272
</dependencies>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>jakarta.servlet</groupId>
8484
<artifactId>jakarta.servlet-api</artifactId>
85-
<version>6.1.0</version>
85+
<version>6.2.0-M1</version>
8686
<type>jar</type>
8787
</dependency>
8888
<dependency>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.jsoup</groupId>
9696
<artifactId>jsoup</artifactId>
97-
<version>1.19.1</version>
97+
<version>1.22.1</version>
9898
<type>jar</type>
9999
</dependency>
100100
</dependencies>

0 commit comments

Comments
 (0)