Skip to content

Commit 8491141

Browse files
authored
update the jar callgraph file (#1634)
1 parent 12a9535 commit 8491141

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# FOSSA CLI Changelog
22

3+
## 3.15.5
4+
- Jar call-graph update - Attempt to fix a reachability issue ([#1634](https://github.com/fossas/fossa-cli/pull/1634))
5+
36
## 3.15.4
47
- Scala fix: Prefer `MiniDependencyTreePlugin` over explicit `DependencyTreePlugin` ([#1627](https://github.com/fossas/fossa-cli/pull/1627)).
58

src/App/Fossa/Reachability/Jar.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ newtype CallGraphJarParser = CallGraphJarParser {jar :: BS.ByteString}
3737

3838
-- This jar is from: https://github.com/fossas/jar-callgraph/pull/58
3939
execJar :: CallGraphJarParser
40-
execJar = CallGraphJarParser{jar = $(embedFile' "scripts/jar-callgraph-1.0.2.jar")}
40+
execJar = CallGraphJarParser{jar = $(embedFile' "scripts/jar-callgraph-1.0.3.jar")}
4141

4242
withUnpackedPlugin ::
4343
(Has (Lift IO) sig m) =>

0 commit comments

Comments
 (0)