|
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 | | - <repository location="https://download.eclipse.org/lsp4j/updates/releases/0.24.0/" /> |
| 49 | + <repository location="https://download.eclipse.org/lsp4j/updates/releases/1.0.0" /> |
50 | 50 | <unit id="org.eclipse.lsp4j" version="0.0.0" /> |
51 | 51 | </location> |
52 | 52 | <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven"> |
53 | 53 | <dependencies> |
54 | 54 | <dependency> |
55 | 55 | <groupId>commons-codec</groupId> |
56 | 56 | <artifactId>commons-codec</artifactId> |
57 | | - <version>1.20.0</version> |
| 57 | + <version>1.22.0</version> |
58 | 58 | <type>jar</type> |
59 | 59 | </dependency> |
60 | 60 | <dependency> |
|
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.23.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.2</version> |
98 | 98 | <type>jar</type> |
99 | 99 | </dependency> |
100 | 100 | </dependencies> |
|
0 commit comments