Skip to content

Commit

Permalink
[TP] Update to Logback 1.5.0 and latest Language-Server dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Feb 17, 2024
1 parent 92de5c9 commit 044cb60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.m2e.logback.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.m2e.logback.feature"
label="%featureName"
version="2.2.1.qualifier"
version="2.6.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.m2e.core"
license-feature="org.eclipse.license"
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.m2e.logback/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.m2e.logback;singleton:=true
Bundle-Version: 2.2.1.qualifier
Bundle-Version: 2.6.0.qualifier
Bundle-Name: M2E Logback Appender and Configuration
Bundle-Vendor: Eclipse.org - m2e
Bundle-RequiredExecutionEnvironment: JavaSE-17
Fragment-Host: ch.qos.logback.classic;bundle-version="[1.3.0,1.5.0)"
Fragment-Host: ch.qos.logback.classic;bundle-version="[1.3.0,1.6.0)"
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jface,
org.eclipse.ui.console,
Expand Down
10 changes: 5 additions & 5 deletions target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.3/"/>
<repository location="https://download.eclipse.org/tm4e/releases/0.8.1/"/>
<repository location="https://download.eclipse.org/lsp4e/releases/0.24.5/"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.21.1/"/>
<repository location="https://download.eclipse.org/tm4e/releases/0.9.0/"/>
<repository location="https://download.eclipse.org/lsp4e/releases/0.24.8/"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.22.0/"/>
<unit id="org.eclipse.wildwebdeveloper.xml.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
</location>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
<version>1.5.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
<version>1.16.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 044cb60

Please sign in to comment.