Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[eclipse-xtext/xtext#2089] Update to Orbit 2022-12 incl new classgrap…
Browse files Browse the repository at this point in the history
…h & gson

Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Sep 16, 2022
1 parent 19b3d36 commit 48b6cd9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ ASM (9.3)

* License: BSD-3-Clause

classgraph (4.8.138)
classgraph (4.8.149)

* License: MIT
* Project: https://github.com/classgraph/classgraph
* Source: https://github.com/classgraph/classgraph

Google Gson (2.8)
Google Gson (2.9.x)

* License: Apache License, 2.0

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtext.common.types/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Require-Bundle:
org.objectweb.asm;bundle-version="[9.3.0,9.4.0)",
org.eclipse.xtend.lib,
com.google.guava;bundle-version="[30.1.0,31.0.0)",
io.github.classgraph;bundle-version="4.8.138"
io.github.classgraph;bundle-version="4.8.149"
Import-Package: org.apache.commons.logging;version="1.0.4";resolution:=optional,
org.apache.log4j;version="1.2.19"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
4 changes: 2 additions & 2 deletions releng/releng-target/xtext-extras.target.target
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<repository location="https://download.eclipse.org/releases/oxygen/201804111000"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-09"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-12"/>
<unit id="org.apache.log4j" version="1.2.19.v20220208-1728"/>
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
<unit id="org.objectweb.asm" version="9.3.0.v20220409-0157"/>
<unit id="com.google.guava" version="30.1.0.v20210127-2300"/>
<unit id="io.github.classgraph" version="4.8.138.v20211212-1642"/>
<unit id="io.github.classgraph" version="4.8.149.v20220915-0556"/>
</location>
</locations>
</target>

0 comments on commit 48b6cd9

Please sign in to comment.