Skip to content

Commit 00084c2

Browse files
authored
Fix pipeline (#142)
1 parent 0982a69 commit 00084c2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/org/openrewrite/java/dependencies/search/FindMinimumDependencyVersion.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ private Tree recordMinimumDependencyUse(ExecutionContext ctx, String projectName
172172
dep.getVersion(),
173173
dep.getGav().getDatedSnapshotVersion(),
174174
scope,
175-
dep.getDepth(),
176-
null));
175+
dep.getDepth()));
177176
}
178177
}
179178
}

0 commit comments

Comments
 (0)