|
25 | 25 | <unit id="org.eclipse.jdt.apt.pluggable.core" version="0.0.0" /> |
26 | 26 | <unit id="org.eclipse.pde.junit.runtime" version="0.0.0" /> |
27 | 27 | <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" /> |
32 | 32 | <unit id="org.eclipse.jdt.core.manipulation" version="0.0.0" /> |
33 | 33 | <unit id="org.eclipse.jdt.core.compiler.batch" version="0.0.0" /> |
34 | 34 | <unit id="org.eclipse.jdt.core" version="0.0.0" /> |
|
43 | 43 | <unit id="org.eclipse.xtext.xbase.lib" version="0.0.0" /> |
44 | 44 | <unit id="ch.qos.logback.classic" version="0.0.0" /> |
45 | 45 | <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/" /> |
47 | 47 | </location> |
48 | 48 | <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> |
49 | 49 | <repository location="https://download.eclipse.org/lsp4j/updates/releases/0.24.0/" /> |
|
66 | 66 | <dependency> |
67 | 67 | <groupId>org.mockito</groupId> |
68 | 68 | <artifactId>mockito-junit-jupiter</artifactId> |
69 | | - <version>5.20.0</version> |
| 69 | + <version>5.21.0</version> |
70 | 70 | <type>jar</type> |
71 | 71 | </dependency> |
72 | 72 | </dependencies> |
|
82 | 82 | <dependency> |
83 | 83 | <groupId>jakarta.servlet</groupId> |
84 | 84 | <artifactId>jakarta.servlet-api</artifactId> |
85 | | - <version>6.1.0</version> |
| 85 | + <version>6.2.0-M1</version> |
86 | 86 | <type>jar</type> |
87 | 87 | </dependency> |
88 | 88 | <dependency> |
|
94 | 94 | <dependency> |
95 | 95 | <groupId>org.jsoup</groupId> |
96 | 96 | <artifactId>jsoup</artifactId> |
97 | | - <version>1.19.1</version> |
| 97 | + <version>1.22.1</version> |
98 | 98 | <type>jar</type> |
99 | 99 | </dependency> |
100 | 100 | </dependencies> |
|
0 commit comments