Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import lombok.Value;
import org.jspecify.annotations.Nullable;
import org.openrewrite.*;
import org.openrewrite.maven.AddManagedDependency;

import java.util.concurrent.atomic.AtomicReference;

Expand Down Expand Up @@ -108,9 +107,9 @@
@Nullable
Boolean addToRootPom;

@Value

Check failure on line 110 in src/main/java/org/openrewrite/java/dependencies/UpgradeTransitiveDependencyVersion.java

View workflow job for this annotation

GitHub Actions / build / build

cannot find symbol

Check failure on line 110 in src/main/java/org/openrewrite/java/dependencies/UpgradeTransitiveDependencyVersion.java

View workflow job for this annotation

GitHub Actions / build / build

cannot find symbol
public static class Accumulator {
AddManagedDependency.Scanned mavenAccumulator;
org.openrewrite.maven.UpgradeTransitiveDependencyVersion.Accumulator mavenAccumulator;

Check failure on line 112 in src/main/java/org/openrewrite/java/dependencies/UpgradeTransitiveDependencyVersion.java

View workflow job for this annotation

GitHub Actions / build / build

cannot find symbol

Check failure on line 112 in src/main/java/org/openrewrite/java/dependencies/UpgradeTransitiveDependencyVersion.java

View workflow job for this annotation

GitHub Actions / build / build

cannot find symbol

Check failure on line 112 in src/main/java/org/openrewrite/java/dependencies/UpgradeTransitiveDependencyVersion.java

View workflow job for this annotation

GitHub Actions / build / build

cannot find symbol

Check failure on line 112 in src/main/java/org/openrewrite/java/dependencies/UpgradeTransitiveDependencyVersion.java

View workflow job for this annotation

GitHub Actions / build / build

cannot find symbol
org.openrewrite.gradle.UpgradeTransitiveDependencyVersion.DependencyVersionState gradleAccumulator;
}

Expand Down
Loading