File tree Expand file tree Collapse file tree 5 files changed +65
-74
lines changed Expand file tree Collapse file tree 5 files changed +65
-74
lines changed Original file line number Diff line number Diff line change 117
117
</profiles >
118
118
<repositories >
119
119
<repository >
120
- <id >202006 </id >
120
+ <id >202203 </id >
121
121
<layout >p2</layout >
122
- <url >https://download.eclipse.org/releases/2021-09/202109151000 /</url >
122
+ <url >https://download.eclipse.org/releases/2022-03/202203161000 /</url >
123
123
</repository >
124
124
<repository >
125
125
<id >oss.sonatype.org</id >
138
138
<layout >p2</layout >
139
139
<url >https://download.eclipse.org/lsp4j/updates/releases/0.11.0/</url >
140
140
</repository >
141
- <repository >
142
- <id >JBOLL.TOOLS</id >
143
- <layout >p2</layout >
144
- <url >https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.3-2019-11-08_11-04-22-H22/</url >
145
- </repository >
146
141
<repository >
147
142
<id >orbit</id >
148
143
<layout >p2</layout >
Original file line number Diff line number Diff line change 20
20
<unit id =" org.eclipse.xtend.sdk.feature.group" version =" 0.0.0" />
21
21
<unit id =" org.eclipse.xtext.sdk.feature.group" version =" 0.0.0" />
22
22
<unit id =" org.eclipse.jdt.core.manipulation.source" version =" 0.0.0" />
23
- <repository location =" https://download.eclipse.org/releases/2021-09/202109151000 /" />
23
+ <repository location =" https://download.eclipse.org/releases/2022-03/202203161000 /" />
24
24
</location >
25
25
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
26
26
<unit id =" org.eclipse.jdt.ls.core" version =" 0.0.0" />
27
27
<repository location =" https://download.eclipse.org/jdtls/snapshots/repository/latest/" />
28
28
</location >
29
- <location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
30
- <unit id =" org.jboss.tools.maven.apt.core" version =" 0.0.0" />
31
- <repository location =" https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.3-2019-11-08_11-04-22-H22/" />
32
- </location >
33
29
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
34
30
<repository location =" https://download.eclipse.org/lsp4j/updates/releases/0.11.0/" />
35
31
<unit id =" org.eclipse.lsp4j.sdk.feature.group" version =" 0.0.0" />
Original file line number Diff line number Diff line change 625
625
"@types/vscode" : " 1.60.0" ,
626
626
"copy-webpack-plugin" : " ^9.1.0" ,
627
627
"glob" : " ^7.2.0" ,
628
- "mocha" : " ^9.2.0 " ,
629
- "ts-loader" : " ^9.2.6 " ,
628
+ "mocha" : " ^9.2.2 " ,
629
+ "ts-loader" : " ^9.2.8 " ,
630
630
"tslint" : " ^6.1.3" ,
631
- "typescript" : " ^4.5.4 " ,
632
- "vscode-extension-tester" : " ^4.2.3 " ,
633
- "vscode-test" : " ^1.5 .1" ,
634
- "webpack" : " ^5.68 .0" ,
635
- "webpack-cli" : " ^4.9.1 "
631
+ "typescript" : " ^4.6.2 " ,
632
+ "vscode-extension-tester" : " ^4.2.4 " ,
633
+ "vscode-test" : " ^1.6 .1" ,
634
+ "webpack" : " ^5.70 .0" ,
635
+ "webpack-cli" : " ^4.9.2 "
636
636
},
637
637
"dependencies" : {
638
638
"await-lock" : " ^2.1.0" ,
639
- "fs-extra" : " ^10.0.0 " ,
639
+ "fs-extra" : " ^10.0.1 " ,
640
640
"globby" : " ^11.1.0" ,
641
641
"lodash" : " ^4.17.21" ,
642
642
"minimatch" : " ^3.0.4" ,
643
643
"semver" : " ^7.3.5" ,
644
- "vscode-extension-telemetry-wrapper" : " ^0.11.1 " ,
645
- "vscode-tas-client" : " ^0.1.27 "
644
+ "vscode-extension-telemetry-wrapper" : " ^0.12.0 " ,
645
+ "vscode-tas-client" : " ^0.1.31 "
646
646
}
647
647
}
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ repositories {
10
10
}
11
11
12
12
dependencies {
13
- compile ' com.google.code.gson:gson:2.8.0'
13
+ implementation ' com.google.code.gson:gson:2.8.0'
14
14
}
You can’t perform that action at this time.
0 commit comments