Skip to content

Commit

Permalink
Update CPG packages to v8.2.0 (#859)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Wendland, Florian <[email protected]>
  • Loading branch information
renovate[bot] and fwendland authored May 10, 2024
1 parent 7aa79f7 commit 612e80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class OrderEvaluator(val baseNodes: Collection<Node>, val order: Order) : Evalua
hashToMethod = hashToMethod,
nodeToRelevantMethod = nodesToOp,
consideredBases = baseNodes.flatMap { node ->
node.followNextDFGEdgesUntilHit { next ->
node.followNextFullDFGEdgesUntilHit { next ->
next is VariableDeclaration || next is Reference
}.fulfilled.mapNotNull { path ->
path.lastOrNull()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.9.24"
cpg = "8.1.2"
cpg = "8.2.0"
koin = "3.5.6"
koin-test = "3.5.6"
detekt = "1.23.6"
Expand Down

0 comments on commit 612e80d

Please sign in to comment.