Skip to content

Commit 044cb60

Browse files
committed
[TP] Update to Logback 1.5.0 and latest Language-Server dependencies
1 parent 92de5c9 commit 044cb60

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

org.eclipse.m2e.logback.feature/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.m2e.logback.feature"
44
label="%featureName"
5-
version="2.2.1.qualifier"
5+
version="2.6.0.qualifier"
66
provider-name="%providerName"
77
plugin="org.eclipse.m2e.core"
88
license-feature="org.eclipse.license"

org.eclipse.m2e.logback/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-SymbolicName: org.eclipse.m2e.logback;singleton:=true
4-
Bundle-Version: 2.2.1.qualifier
4+
Bundle-Version: 2.6.0.qualifier
55
Bundle-Name: M2E Logback Appender and Configuration
66
Bundle-Vendor: Eclipse.org - m2e
77
Bundle-RequiredExecutionEnvironment: JavaSE-17
8-
Fragment-Host: ch.qos.logback.classic;bundle-version="[1.3.0,1.5.0)"
8+
Fragment-Host: ch.qos.logback.classic;bundle-version="[1.3.0,1.6.0)"
99
Require-Bundle: org.eclipse.core.runtime,
1010
org.eclipse.jface,
1111
org.eclipse.ui.console,

target-platform/target-platform.target

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
</location>
3535
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
3636
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.3/"/>
37-
<repository location="https://download.eclipse.org/tm4e/releases/0.8.1/"/>
38-
<repository location="https://download.eclipse.org/lsp4e/releases/0.24.5/"/>
39-
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.21.1/"/>
37+
<repository location="https://download.eclipse.org/tm4e/releases/0.9.0/"/>
38+
<repository location="https://download.eclipse.org/lsp4e/releases/0.24.8/"/>
39+
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.22.0/"/>
4040
<unit id="org.eclipse.wildwebdeveloper.xml.feature.feature.group" version="0.0.0"/>
4141
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
4242
</location>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>ch.qos.logback</groupId>
5151
<artifactId>logback-classic</artifactId>
52-
<version>1.4.14</version>
52+
<version>1.5.0</version>
5353
<type>jar</type>
5454
</dependency>
5555
<dependency>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>commons-codec</groupId>
9191
<artifactId>commons-codec</artifactId>
92-
<version>1.16.0</version>
92+
<version>1.16.1</version>
9393
<type>jar</type>
9494
</dependency>
9595
<dependency>

0 commit comments

Comments
 (0)